Search for executable
- Search 7.x for executable
- Search 9.5.x for executable
- Search 8.9.x for executable
- Search 10.3.x for executable
- Search 11.x for executable
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Performs an import operation - migrate items from source to destination. |
| MigrateExecutable::processPipeline | function | core/ |
Runs a process pipeline. |
| MigrateExecutable::processRow | function | core/ |
Processes a row. |
| MigrateExecutable::rollback | function | core/ |
Performs a rollback operation - remove previously-imported items. |
| MigrateExecutable::saveMessage | function | core/ |
Passes messages through to the map class. |
| 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/ |
Modules to install. |
| MigrateExecutableTest::getMockSource | function | core/ |
Returns a mock migration source instance. |
| MigrateExecutableTest::getTestRollbackIdMap | function | core/ |
Returns an ID map object prophecy used in ::testRollback. |
| MigrateExecutableTest::providerTestRollback | function | core/ |
Data provider for ::testRollback. |
| MigrateExecutableTest::setUp | function | core/ |
|
| MigrateExecutableTest::setUp | function | core/ |
|
| MigrateExecutableTest::testContinuePipeline | function | core/ |
Tests a plugin which does not stop the pipeline. |
| MigrateExecutableTest::testImportWithFailingRewind | function | core/ |
Tests an import with an incomplete rewinding. |
| MigrateExecutableTest::testImportWithValidRow | function | core/ |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowNoDestinationValues | function | core/ |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException | function | core/ |
Tests the import method with a thrown MigrateException. |
| MigrateExecutableTest::testImportWithValidRowWithException | function | core/ |
Tests the import method with a regular Exception being thrown. |
| MigrateExecutableTest::testImportWithValidRowWithoutDestinationId | function | core/ |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException | function | core/ |
Tests the import method with a thrown MigrateException. |
| MigrateExecutableTest::testMigrateExecutable | function | core/ |
Tests the MigrateExecutable class. |
| MigrateExecutableTest::testProcessRow | function | core/ |
Tests the processRow method. |
| MigrateExecutableTest::testProcessRowEmptyDestination | function | core/ |
Tests the processRow method. |
| MigrateExecutableTest::testProcessRowEmptyPipeline | function | core/ |
Tests the processRow method with an empty pipeline. |
| MigrateExecutableTest::testProcessRowPipelineException | function | core/ |
Tests the processRow pipeline exception. |
| MigrateExecutableTest::testRollback | function | core/ |
Tests rollback. |
| MigrateExecutableTest::testStopPipeline | function | core/ |
Tests a plugin which stops the pipeline. |
| MigrateProcessTestCase::$migrateExecutable | property | core/ |
The migration executable or a mock. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.