DefaultExceptionSubscriber::__construct

public DefaultExceptionSubscriber::__construct(ConfigFactoryInterface $config_factory)

Constructs a new DefaultExceptionSubscriber.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory.

File

core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php, line 46

Class

DefaultExceptionSubscriber
Last-chance handler for exceptions.

Namespace

Drupal\Core\EventSubscriber

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}
doc_Drupal
2016-10-29 09:01:41
Comments
Leave a Comment

Please login to continue.