You are here

protected property CommentTypeForm::$logger in Drupal 9

Same name and namespace in other branches
  1. 8 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 33

Class

CommentTypeForm
Base form handler for comment type edit forms.

Namespace

Drupal\comment

Code

protected $logger;