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 main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
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. |
| 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/ |
Pagination
- Previous page
- Page 1106
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.