Skip to content
Snippets Groups Projects

Notify the issue to developer as warning.

Closes #3526250

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
971 977 return $elements;
972 978 }
973 979
980 /**
981 * Provides the 'system' channel logger service.
982 *
983 * @return \Psr\Log\LoggerInterface
984 * The 'system' channel logger.
985 */
986 protected function getLogger() {
987 return \Drupal::logger('system');
Please register or sign in to reply
Loading