You are here

protected property ResourceBase::$logger in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rest/src/Plugin/ResourceBase.php \Drupal\rest\Plugin\ResourceBase::logger

A logger instance.

Type: \Psr\Log\LoggerInterface

File

core/modules/rest/src/Plugin/ResourceBase.php, line 42

Class

ResourceBase
Common base class for resource plugins.

Namespace

Drupal\rest\Plugin

Code

protected $logger;