Search for event
- Search 7.x for event
- Search 9.5.x for event
- Search 10.3.x for event
- Search 11.x for event
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MigrateMapSaveEvent::$fields | property | core/ |
Array of fields being saved to the map, keyed by field name. |
MigrateMapSaveEvent::$map | property | core/ |
Map plugin. |
MigrateMapSaveEvent::getFields | function | core/ |
Gets the fields about to be saved to the map. |
MigrateMapSaveEvent::getMap | function | core/ |
Gets the map plugin. |
MigrateMapSaveEvent::__construct | function | core/ |
Constructs a migration map event object. |
MigratePostRowSaveEvent | class | core/ |
Wraps a post-save event for event listeners. |
MigratePostRowSaveEvent.php | file | core/ |
|
MigratePostRowSaveEvent::$destinationIdValues | property | core/ |
The row's destination ID. |
MigratePostRowSaveEvent::getDestinationIdValues | function | core/ |
Gets the destination ID values. |
MigratePostRowSaveEvent::__construct | function | core/ |
Constructs a post-save event object. |
MigratePostRowSaveEventTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Event\MigratePostRowSaveEvent @group migrate |
MigratePostRowSaveEventTest.php | file | core/ |
|
MigratePostRowSaveEventTest::testGetDestinationIdValues | function | core/ |
Test getDestinationIdValues method. |
MigratePostRowSaveEventTest::testGetRow | function | core/ |
Test getRow method. |
MigratePreRowSaveEvent | class | core/ |
Wraps a pre-save event for event listeners. |
MigratePreRowSaveEvent.php | file | core/ |
|
MigratePreRowSaveEvent::$row | property | core/ |
Row object. |
MigratePreRowSaveEvent::getRow | function | core/ |
Gets the row object. |
MigratePreRowSaveEvent::__construct | function | core/ |
Constructs a pre-save event object. |
MigratePreRowSaveEventTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Event\MigratePreRowSaveEvent @group migrate |
MigratePreRowSaveEventTest.php | file | core/ |
|
MigratePreRowSaveEventTest::testGetRow | function | core/ |
Test getRow method. |
MigrateRollbackEvent | class | core/ |
Wraps a pre- or post-rollback event for event listeners. |
MigrateRollbackEvent.php | file | core/ |
|
MigrateRollbackEvent::$migration | property | core/ |
Migration entity. |
MigrateRollbackEvent::getMigration | function | core/ |
Gets the migration entity. |
MigrateRollbackEvent::__construct | function | core/ |
Constructs an rollback event object. |
MigrateRowDeleteEvent | class | core/ |
Wraps a row deletion event for event listeners. |
MigrateRowDeleteEvent.php | file | core/ |
|
MigrateRowDeleteEvent::$destinationIdValues | property | core/ |
Values representing the destination ID. |
MigrateRowDeleteEvent::$migration | property | core/ |
Migration entity. |
MigrateRowDeleteEvent::getDestinationIdValues | function | core/ |
Gets the destination ID values. |
MigrateRowDeleteEvent::getMigration | function | core/ |
Gets the migration entity. |
MigrateRowDeleteEvent::__construct | function | core/ |
Constructs a row deletion event object. |
migrate_events_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml |
MissingContentEvent | class | core/ |
Wraps a configuration event for event listeners. |
MissingContentEvent.php | file | core/ |
|
MissingContentEvent::$missingContent | property | core/ |
A list of missing content dependencies. |
MissingContentEvent::getMissingContent | function | core/ |
Gets missing content information. |
MissingContentEvent::resolveMissingContent | function | core/ |
Resolves the missing content by removing it from the list. |
MissingContentEvent::__construct | function | core/ |
Constructs a configuration import missing content event object. |
module_install_class_loader_test1.event_subscriber | service | core/ |
Drupal\module_install_class_loader_test2\EventSubscriber |
module_install_class_loader_test1.event_subscriber | service | core/ |
Drupal\module_install_class_loader_test1\EventSubscriber |
NoBigPipeRouteAlterSubscriber::getSubscribedEvents | function | core/ |
|
NodeAdminRouteSubscriber::getSubscribedEvents | function | core/ |
|
NodeTranslationExceptionSubscriber::getSubscribedEvents | function | core/ |
|
NodeTranslationMigrateSubscriber::getSubscribedEvents | function | core/ |
|
OptionsRequestSubscriber::getSubscribedEvents | function | core/ |
|
PageDisplayVariantSelectionEvent | class | core/ |
Event fired when rendering main content, to select a page display variant. |
PageDisplayVariantSelectionEvent.php | file | core/ |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.