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
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateExecutable::$counts | property | core/ |
An array of counts. Initially used for cache hit/miss tracking. |
| MigrateExecutable::$eventDispatcher | property | core/ |
The event dispatcher. |
| MigrateExecutable::$memoryLimit | property | core/ |
The PHP memory_limit expressed in bytes. |
| MigrateExecutable::$memoryThreshold | property | core/ |
The ratio of the memory limit at which an operation will be interrupted. |
| 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::attemptMemoryReclaim | function | core/ |
Tries to reclaim memory. |
| MigrateExecutable::checkStatus | function | core/ |
Checks for exceptional conditions, and display feedback. |
| 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::getMemoryUsage | function | core/ |
Returns the memory usage so far. |
| 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::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/ |
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. |
| 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 Drupal\migrate\MigrateExecutable. |
| MigrateExecutableTest | class | core/ |
Tests the MigrateExecutable class. |
| 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. |
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.