You are here

protected property CommentTypeForm::$logger in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/src/CommentTypeForm.php \Drupal\comment\CommentTypeForm::logger
  2. 10 core/modules/comment/src/CommentTypeForm.php \Drupal\comment\CommentTypeForm::logger

A logger instance.

Type: \Psr\Log\LoggerInterface

File

core/modules/comment/src/CommentTypeForm.php, line 41

Class

CommentTypeForm
Base form handler for comment type edit forms.

Namespace

Drupal\comment

Code

protected $logger;