You are here

protected property EntityHandlerBase::$logger in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/EntityHandlerBase.php \Drupal\cms_content_sync\Plugin\EntityHandlerBase::logger
  2. 2.1.x src/Plugin/EntityHandlerBase.php \Drupal\cms_content_sync\Plugin\EntityHandlerBase::logger

A logger instance.

Type: \Psr\Log\LoggerInterface

File

src/Plugin/EntityHandlerBase.php, line 50

Class

EntityHandlerBase
Common base class for entity handler plugins.

Namespace

Drupal\cms_content_sync\Plugin

Code

protected $logger;