public function TestLogger::notice in Configuration selector 8
Same name and namespace in other branches
- 8.2 src/TestLogger.php \Drupal\config_selector\TestLogger::notice()
File
- src/
TestLogger.php, line 108
Class
- TestLogger
- A test logger.
Namespace
Drupal\config_selectorCode
public function notice($message, array $context = []) {
$this
->log('notice', $message, $context);
}