class LoggerChannelWithoutConstructor

Same name in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php \Drupal\Tests\Core\Logger\LoggerChannelWithoutConstructor

Hierarchy

Expanded class hierarchy of LoggerChannelWithoutConstructor

File

core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php, line 106

Namespace

Drupal\Tests\Core\Logger
View source
class LoggerChannelWithoutConstructor extends LoggerChannelFactory {
    public function __construct() {
    }

}

Members

Title Sort descending Deprecated Modifiers Object type Summary Overriden Title
LoggerChannelFactory::$channels protected property Array of all instantiated logger channels keyed by channel name.
LoggerChannelFactory::$currentUser protected property The current user.
LoggerChannelFactory::$loggers protected property An array of arrays of \Psr\Log\LoggerInterface keyed by priority.
LoggerChannelFactory::$requestStack protected property The request stack.
LoggerChannelFactory::addLogger public function
LoggerChannelFactory::get public function
LoggerChannelFactory::setContainer Deprecated public function Sets the service container.
LoggerChannelFactory::__get public function
LoggerChannelWithoutConstructor::__construct public function Constructs a LoggerChannelFactory. Overrides LoggerChannelFactory::__construct

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.