public function EventSubscriber::__construct in Zircon Profile 8.0
Same name in this branch
- 8.0 core/modules/config/tests/config_import_test/src/EventSubscriber.php \Drupal\config_import_test\EventSubscriber::__construct()
- 8.0 core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php \Drupal\config_collection_install_test\EventSubscriber::__construct()
- 8.0 core/modules/config/tests/config_events_test/src/EventSubscriber.php \Drupal\config_events_test\EventSubscriber::__construct()
Same name and namespace in other branches
- 8 core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php \Drupal\config_collection_install_test\EventSubscriber::__construct()
Constructs the Event Subscriber object.
Parameters
\Drupal\Core\State\StateInterface $state: The state key value store.
File
- core/
modules/ config/ tests/ config_collection_install_test/ src/ EventSubscriber.php, line 30 - Contains \Drupal\config_collection_install_test\EventSubscriber.
Class
Namespace
Drupal\config_collection_install_testCode
public function __construct(StateInterface $state) {
$this->state = $state;
}