Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateEvents::MAP_DELETE | constant | core/ |
Name of the event fired when removing an entry from a migration's map. |
| MigrateEvents::MAP_SAVE | constant | core/ |
Name of the event fired when saving to a migration's map. |
| MigrateEvents::POST_IMPORT | constant | core/ |
Name of the event fired when finishing a migration import operation. |
| MigrateEvents::POST_ROLLBACK | constant | core/ |
Name of the event fired when finishing a migration rollback operation. |
| MigrateEvents::POST_ROW_DELETE | constant | core/ |
Name of the event fired just after a single item has been deleted. |
| MigrateEvents::POST_ROW_SAVE | constant | core/ |
Name of the event fired just after a single item has been imported. |
| MigrateEvents::PRE_IMPORT | constant | core/ |
Name of the event fired when beginning a migration import operation. |
| MigrateEvents::PRE_ROLLBACK | constant | core/ |
Name of the event fired when beginning a migration rollback operation. |
| MigrateEvents::PRE_ROW_DELETE | constant | core/ |
Name of the event fired when about to delete a single item. |
| MigrateEvents::PRE_ROW_SAVE | constant | core/ |
Name of the event fired when about to import a single item. |
| MigrateEventsTest | class | core/ |
Tests events fired on migrations. |
| MigrateEventsTest.php | file | core/ |
|
| MigrateEventsTest::$modules | property | core/ |
Modules to install. |
| MigrateEventsTest::$state | property | core/ |
State service for recording information received by event listeners. |
| MigrateEventsTest::mapDeleteEventRecorder | function | core/ |
Reacts to map delete event. |
| MigrateEventsTest::mapSaveEventRecorder | function | core/ |
Reacts to map save event. |
| MigrateEventsTest::postImportEventRecorder | function | core/ |
Reacts to post-import event. |
| MigrateEventsTest::postRowSaveEventRecorder | function | core/ |
Reacts to post-row-save event. |
| MigrateEventsTest::preImportEventRecorder | function | core/ |
Reacts to pre-import event. |
| MigrateEventsTest::preRowSaveEventRecorder | function | core/ |
Reacts to pre-row-save event. |
| MigrateEventsTest::setUp | function | core/ |
|
| MigrateEventsTest::testMigrateEvents | function | core/ |
Tests migration events. |
| MigrateException::$status | property | core/ |
The status to record in the map table for the current item. |
| MigrateException::getStatus | function | core/ |
Gets the status of the current item. |
| MigrateException::__construct | function | core/ |
Constructs a MigrateException object. |
| MigrateExecutable::$counts | property | core/ |
An array of counts. Initially used for cache hit/miss tracking. |
| MigrateExecutable::$eventDispatcher | property | core/ |
The event dispatcher. |
| MigrateExecutable::$message | property | core/ |
Migration message service. |
| MigrateExecutable::$source | property | core/ |
The source. |
| MigrateExecutable::$sourceIdValues | property | core/ |
The configuration values of the source. |
| MigrateExecutable::$sourceRowStatus | property | core/ |
Status of one row. |
| MigrateExecutable::currentSourceIds | function | core/ |
Fetches the key array for the current source record. |
| MigrateExecutable::getEventDispatcher | function | core/ |
Gets the event dispatcher. |
| MigrateExecutable::getSource | function | core/ |
Returns the source. |
| MigrateExecutable::processPipeline | function | core/ |
Runs a process pipeline. |
| MigrateExecutable::processRow | function | core/ |
Processes a row. |
| MigrateExecutable::saveMessage | function | core/ |
Passes messages through to the map class. |
| MigrateExecutable::__construct | function | core/ |
Constructs a MigrateExecutable. |
| MigrateExecutableInterface::processRow | function | core/ |
Processes a row. |
| MigrateExecutableInterface::saveMessage | function | core/ |
Passes messages through to the map class. |
| MigrateExecutableTest | class | core/ |
Tests the MigrateExecutable class. |
| MigrateExecutableTest | class | core/ |
Tests Drupal\migrate\MigrateExecutable. |
| MigrateExecutableTest.php | file | core/ |
|
| MigrateExecutableTest.php | file | core/ |
|
| MigrateExecutableTest::$eventDispatcher | property | core/ |
A mocked event dispatcher. |
| MigrateExecutableTest::$executable | property | core/ |
The tested migrate executable. |
| MigrateExecutableTest::$idMapRecords | property | core/ |
Stores ID map records of the ID map plugin from ::getTestRollbackIdMap. |
| MigrateExecutableTest::$message | property | core/ |
The mocked migrate message. |
| MigrateExecutableTest::$migration | property | core/ |
The mocked migration entity. |
| MigrateExecutableTest::$migrationConfiguration | property | core/ |
The migration's configuration values. |
Pagination
- Previous page
- Page 923
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.