You are here

protected property LoggerChannelFactory::$channels in Service Container 7.2

Same name and namespace in other branches
  1. 7 src/Logger/LoggerChannelFactory.php \Drupal\service_container\Logger\LoggerChannelFactory::channels

Array of all instantiated logger channels keyed by channel name.

Type: \Drupal\Core\Logger\LoggerChannelInterface[]

File

src/Logger/LoggerChannelFactory.php, line 23
Contains \Drupal\service_container\Logger\LoggerChannelFactory.

Class

LoggerChannelFactory
Defines a factory for logging channels.

Namespace

Drupal\service_container\Logger

Code

protected $channels = array();