Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 | class | core/ |
Defines the migrate exception class. |
| MigrateException.php | file | core/ |
|
| MigrateException::$level | property | core/ |
The level of the error being reported. |
| MigrateException::$status | property | core/ |
The status to record in the map table for the current item. |
| MigrateException::getLevel | function | core/ |
Gets the level. |
| MigrateException::getStatus | function | core/ |
Gets the status of the current item. |
| MigrateException::__construct | function | core/ |
Constructs a MigrateException object. |
| MigrateExecutable | class | core/ |
Defines a migrate executable class. |
| MigrateExecutable.php | file | core/ |
|
| 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::$migration | property | core/ |
The configuration of the migration to do. |
| 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::getIdMap | function | core/ |
Get the ID map from the current migration. |
| MigrateExecutable::getSource | function | core/ |
Returns the source. |
| MigrateExecutable::handleException | function | core/ |
Takes an Exception object and both saves and displays it. |
| MigrateExecutable::import | function | core/ |
|
| MigrateExecutable::processPipeline | function | core/ |
Runs a process pipeline. |
| MigrateExecutable::processRow | function | core/ |
|
| MigrateExecutable::rollback | function | core/ |
|
| MigrateExecutable::saveMessage | function | core/ |
|
| MigrateExecutable::__construct | function | core/ |
Constructs a MigrateExecutable. |
| MigrateExecutableInterface | interface | core/ |
Interface for the migration executable. |
| MigrateExecutableInterface.php | file | core/ |
|
| MigrateExecutableInterface::import | function | core/ |
Performs an import operation - migrate items from source to destination. |
| MigrateExecutableInterface::processRow | function | core/ |
Processes a row. |
| MigrateExecutableInterface::rollback | function | core/ |
Performs a rollback operation - remove previously-imported items. |
| 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. |
| MigrateExecutableTest::$modules | property | core/ |
|
| MigrateExecutableTest::getMockSource | function | core/ |
Returns a mock migration source instance. |
| MigrateExecutableTest::getTestRollbackIdMap | function | core/ |
Returns an ID map object prophecy used in ::testRollback. |
Pagination
- Previous page
- Page 1080
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.