MigrateExecutable::memoryExceeded |
function |
core/modules/migrate/src/MigrateExecutable.php |
Tests whether we've exceeded the desired memory threshold. |
MigrateExecutable::processPipeline |
function |
core/modules/migrate/src/MigrateExecutable.php |
Runs a process pipeline. |
MigrateExecutable::processRow |
function |
core/modules/migrate/src/MigrateExecutable.php |
Processes a row. |
MigrateExecutable::rollback |
function |
core/modules/migrate/src/MigrateExecutable.php |
Performs a rollback operation - remove previously-imported items. |
MigrateExecutable::saveMessage |
function |
core/modules/migrate/src/MigrateExecutable.php |
Passes messages through to the map class. |
MigrateExecutable::__construct |
function |
core/modules/migrate/src/MigrateExecutable.php |
Constructs a MigrateExecutable and verifies and sets the memory limit. |
MigrateExecutableInterface |
interface |
core/modules/migrate/src/MigrateExecutableInterface.php |
Interface for the migration executable. |
MigrateExecutableInterface.php |
file |
core/modules/migrate/src/MigrateExecutableInterface.php |
|
MigrateExecutableInterface::import |
function |
core/modules/migrate/src/MigrateExecutableInterface.php |
Performs an import operation - migrate items from source to destination. |
MigrateExecutableInterface::processRow |
function |
core/modules/migrate/src/MigrateExecutableInterface.php |
Processes a row. |
MigrateExecutableInterface::rollback |
function |
core/modules/migrate/src/MigrateExecutableInterface.php |
Performs a rollback operation - remove previously-imported items. |
MigrateExecutableInterface::saveMessage |
function |
core/modules/migrate/src/MigrateExecutableInterface.php |
Passes messages through to the map class. |
MigrateExecutableMemoryExceededTest |
class |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
Tests the \Drupal\migrate\MigrateExecutable::memoryExceeded() method. |
MigrateExecutableMemoryExceededTest.php |
file |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
|
MigrateExecutableMemoryExceededTest::$executable |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
The tested migrate executable. |
MigrateExecutableMemoryExceededTest::$memoryLimit |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
The php.ini memory_limit value. |
MigrateExecutableMemoryExceededTest::$message |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
The mocked migrate message. |
MigrateExecutableMemoryExceededTest::$migration |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
The mocked migration entity. |
MigrateExecutableMemoryExceededTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
The migration configuration, initialized to set the ID to test. |
MigrateExecutableMemoryExceededTest::runMemoryExceededTest |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
Runs the actual test. |
MigrateExecutableMemoryExceededTest::setUp |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
|
MigrateExecutableMemoryExceededTest::testMemoryExceededClearedEnough |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
Tests memoryExceeded method when enough is cleared. |
MigrateExecutableMemoryExceededTest::testMemoryExceededNewBatch |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
Tests memoryExceeded method when a new batch is needed. |
MigrateExecutableMemoryExceededTest::testMemoryNotExceeded |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php |
Tests memoryExceeded when memory usage is not exceeded. |
MigrateExecutableTest |
class |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests Drupal\migrate\MigrateExecutable. |
MigrateExecutableTest |
class |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
Tests the MigrateExecutable class. |
MigrateExecutableTest.php |
file |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
|
MigrateExecutableTest.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
|
MigrateExecutableTest::$eventDispatcher |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
A mocked event dispatcher. |
MigrateExecutableTest::$executable |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The tested migrate executable. |
MigrateExecutableTest::$idMapRecords |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Stores ID map records of the ID map plugin from ::getTestRollbackIdMap. |
MigrateExecutableTest::$message |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The mocked migrate message. |
MigrateExecutableTest::$migration |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The mocked migration entity. |
MigrateExecutableTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
The migration's configuration values. |
MigrateExecutableTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
Modules to install. |
MigrateExecutableTest::getMockSource |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Returns a mock migration source instance. |
MigrateExecutableTest::getTestRollbackIdMap |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Returns an ID map object prophecy used in ::testRollback. |
MigrateExecutableTest::providerTestRollback |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Data provider for ::testRollback. |
MigrateExecutableTest::setUp |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
|
MigrateExecutableTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
|
MigrateExecutableTest::testContinuePipeline |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests a plugin which does not stop the pipeline. |
MigrateExecutableTest::testImportWithFailingRewind |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests an import with an incomplete rewinding. |
MigrateExecutableTest::testImportWithValidRow |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a valid row. |
MigrateExecutableTest::testImportWithValidRowNoDestinationValues |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a valid row. |
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a thrown MigrateException. |
MigrateExecutableTest::testImportWithValidRowWithException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a regular Exception being thrown. |
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a valid row. |
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a thrown MigrateException. |
MigrateExecutableTest::testMigrateExecutable |
function |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
Tests the MigrateExecutable class. |
MigrateExecutableTest::testProcessRow |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow method. |