You are here

protected property BlockManager::$logger in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Block/BlockManager.php \Drupal\Core\Block\BlockManager::logger

The logger.

Type: \Psr\Log\LoggerInterface

File

core/lib/Drupal/Core/Block/BlockManager.php, line 32

Class

BlockManager
Manages discovery and instantiation of block plugins.

Namespace

Drupal\Core\Block

Code

protected $logger;