service event_dispatcher in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \event_dispatcher
Class
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher37 string references to event_dispatcher
- AccountProxy::__construct in core/
lib/ Drupal/ Core/ Session/ AccountProxy.php - AccountProxy constructor.
- BlockContentAccessControlHandler::createInstance in core/
modules/ block_content/ src/ BlockContentAccessControlHandler.php - Instantiates a new instance of this entity handler.
- BlockContentAccessHandlerTest::setUp in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentAccessHandlerTest.php - ConfigCRUDTest::testCRUD in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - Tests CRUD operations.
- ConfigEntityMapper::create in core/
modules/ config_translation/ src/ ConfigEntityMapper.php - Creates an instance of the plugin.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
- arguments:
- - '@service_container'