Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateEventsTest::$state | property | core/ |
State service for recording information received by event listeners. |
| MigrateEventsTest::mapDeleteEventRecorder | function | core/ |
Reacts to map delete event. |
| MigrateEventsTest::mapSaveEventRecorder | function | core/ |
Reacts to map save event. |
| MigrateEventsTest::postImportEventRecorder | function | core/ |
Reacts to post-import event. |
| MigrateEventsTest::postRowSaveEventRecorder | function | core/ |
Reacts to post-row-save event. |
| 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::$status | property | core/ |
The status to record in the map table for the current item. |
| MigrateException::getStatus | function | core/ |
Gets the status of the current item. |
| MigrateException::__construct | function | core/ |
Constructs a MigrateException object. |
| MigrateExecutable::$counts | property | core/ |
An array of counts. Initially used for cache hit/miss tracking. |
| MigrateExecutable::$eventDispatcher | property | core/ |
The event dispatcher. |
| 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::$source | property | core/ |
The source. |
| MigrateExecutable::$sourceIdValues | property | core/ |
The configuration values of the source. |
| MigrateExecutable::$sourceRowStatus | property | core/ |
Status of one row. |
| 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::formatSize | function | core/ |
Generates a string representation for the given byte count. |
| MigrateExecutable::getEventDispatcher | function | core/ |
Gets the event dispatcher. |
| MigrateExecutable::getMemoryUsage | function | core/ |
Returns the memory usage so far. |
| MigrateExecutable::getSource | function | core/ |
Returns the source. |
| MigrateExecutable::processRow | function | core/ |
Processes a row. |
| 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::processRow | function | core/ |
Processes a row. |
| 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/ |
@coversDefaultClass \Drupal\migrate\MigrateExecutable[[api-linebreak]] @group migrate |
| MigrateExecutableTest | class | core/ |
Tests the MigrateExecutable class. |
| MigrateExecutableTest.php | file | core/ |
|
| MigrateExecutableTest.php | file | core/ |
|
| MigrateExecutableTest::$executable | property | core/ |
The tested migrate executable. |
| 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. |
Pagination
- Previous page
- Page 816
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.