24 string references to event_dispatcher in Zircon Profile 8
- ConfigEventsTest::testConfigEvents in core/
modules/ config/ src/ Tests/ ConfigEventsTest.php - Tests configuration events.
- ConfigImporterMissingContentTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImporterMissingContentTest.php - Performs setup tasks before each individual test method is run.
- ConfigImporterTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImporterTest.php - Performs setup tasks before each individual test method is run.
- ConfigImportRecreateTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImportRecreateTest.php - Performs setup tasks before each individual test method is run.
- ConfigImportRenameValidationTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImportRenameValidationTest.php - Performs setup tasks before each individual test method is run.
- ConfigSingleImportForm::create in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php - Instantiates a new instance of this class.
- ConfigSync::create in core/
modules/ config/ src/ Form/ ConfigSync.php - Instantiates a new instance of this class.
- ContentEntityNullStorageTest::testDeleteThroughImport in core/
modules/ system/ src/ Tests/ Entity/ ContentEntityNullStorageTest.php - Tests deleting a contact form entity via a configuration import.
- ContentTranslationConfigImportTest::setUp in core/
modules/ content_translation/ src/ Tests/ ContentTranslationConfigImportTest.php - Performs setup tasks before each individual test method is run.
- GotoAction::create in core/
modules/ action/ src/ Plugin/ Action/ GotoAction.php - Creates an instance of the plugin.
- KernelTestBase::configImporter in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Returns a ConfigImporter object to import test configuration.
- MigrateExecutable::getEventDispatcher in core/
modules/ migrate/ src/ MigrateExecutable.php - Gets the event dispatcher.
- PluginTestBase::setUp in core/
modules/ system/ src/ Tests/ Plugin/ PluginTestBase.php - Performs setup tasks before each individual test method is run.
- RegisterEventSubscribersPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ RegisterEventSubscribersPass.php - You can modify the container here before it is dumped to PHP code.
- RegisterListenersPassTest::testAbstractEventListener in vendor/
symfony/ event-dispatcher/ Tests/ DependencyInjection/ RegisterListenersPassTest.php - @expectedException \InvalidArgumentException @expectedExceptionMessage The service "foo" must not be abstract as event listeners are lazy-loaded.
- RegisterListenersPassTest::testAbstractEventSubscriber in vendor/
symfony/ event-dispatcher/ Tests/ DependencyInjection/ RegisterListenersPassTest.php - @expectedException \InvalidArgumentException @expectedExceptionMessage The service "foo" must not be abstract as event subscribers are lazy-loaded.
- RegisterListenersPassTest::testEventSubscriberResolvableClassName in vendor/
symfony/ event-dispatcher/ Tests/ DependencyInjection/ RegisterListenersPassTest.php - RegisterListenersPassTest::testEventSubscriberUnresolvableClassName in vendor/
symfony/ event-dispatcher/ Tests/ DependencyInjection/ RegisterListenersPassTest.php - @expectedException \InvalidArgumentException @expectedExceptionMessage You have requested a non-existent parameter "subscriber.class"
- RegisterListenersPassTest::testPrivateEventListener in vendor/
symfony/ event-dispatcher/ Tests/ DependencyInjection/ RegisterListenersPassTest.php - @expectedException \InvalidArgumentException @expectedExceptionMessage The service "foo" must be public as event listeners are lazy-loaded.
- RegisterListenersPassTest::testPrivateEventSubscriber in vendor/
symfony/ event-dispatcher/ Tests/ DependencyInjection/ RegisterListenersPassTest.php - @expectedException \InvalidArgumentException @expectedExceptionMessage The service "foo" must be public as event subscribers are lazy-loaded.
- Sql::create in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Creates an instance of the plugin.
- TestBase::configImporter in core/
modules/ simpletest/ src/ TestBase.php - Returns a ConfigImporter object to import test importing of configuration.
- TestControllers::removeExceptionLogger in core/
modules/ system/ tests/ modules/ router_test_directory/ src/ TestControllers.php - ViewsEntitySchemaSubscriberIntegrationTest::setUp in core/
modules/ views/ src/ Tests/ EventSubscriber/ ViewsEntitySchemaSubscriberIntegrationTest.php - Performs setup tasks before each individual test method is run.