Search for executable
- Search 7.x for executable
- Search 9.5.x for executable
- Search 8.9.x for executable
- Search 11.x for executable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MigrateExecutable::import | function | core/ |
Performs an import operation - migrate items from source to destination. |
MigrateExecutable::memoryExceeded | function | core/ |
Tests whether we've exceeded the desired memory threshold. |
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 and verifies and sets the memory limit. |
MigrateExecutableInterface | interface | core/ |
|
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. |
MigrateExecutableMemoryExceededTest | class | core/ |
Tests the \Drupal\migrate\MigrateExecutable::memoryExceeded() method. |
MigrateExecutableMemoryExceededTest.php | file | core/ |
|
MigrateExecutableMemoryExceededTest::$executable | property | core/ |
The tested migrate executable. |
MigrateExecutableMemoryExceededTest::$memoryLimit | property | core/ |
The php.ini memory_limit value. |
MigrateExecutableMemoryExceededTest::$message | property | core/ |
The mocked migrate message. |
MigrateExecutableMemoryExceededTest::$migration | property | core/ |
The mocked migration entity. |
MigrateExecutableMemoryExceededTest::$migrationConfiguration | property | core/ |
The migration configuration, initialized to set the ID to test. |
MigrateExecutableMemoryExceededTest::runMemoryExceededTest | function | core/ |
Runs the actual test. |
MigrateExecutableMemoryExceededTest::setUp | function | core/ |
|
MigrateExecutableMemoryExceededTest::testMemoryExceededClearedEnough | function | core/ |
Tests memoryExceeded method when enough is cleared. |
MigrateExecutableMemoryExceededTest::testMemoryExceededNewBatch | function | core/ |
Tests memoryExceeded method when a new batch is needed. |
MigrateExecutableMemoryExceededTest::testMemoryNotExceeded | function | core/ |
Tests memoryExceeded when memory usage is not exceeded. |
MigrateExecutableTest | class | core/ |
Tests the MigrateExecutable class. |
MigrateExecutableTest | class | core/ |
@coversDefaultClass \Drupal\migrate\MigrateExecutable @group migrate |
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. |
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.