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

1
2
3
public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.