Notify the issue to developer as warning.
1 open thread
Closes #3526250
Merge request reports
Activity
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