MenuTreeStorage::$table |
property |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
The database table name. |
MenuTreeStorage::ensureTableExists |
function |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php |
Checks if the tree table exists and create it if not. |
MenuTreeStorageTest::doTestTable |
function |
core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php |
Ensures that table gets created on the fly. |
Merge::$conditionTable |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
The table or subquery to be used for the condition. |
Merge::$table |
property |
core/lib/Drupal/Core/Database/Query/Merge.php |
The table to be used for INSERT and UPDATE. |
Merge::conditionTable |
function |
core/lib/Drupal/Core/Database/Query/Merge.php |
Sets the table or subquery to be used for the condition. |
MigrateExecutable |
class |
core/modules/migrate/src/MigrateExecutable.php |
Defines a migrate executable class. |
MigrateExecutable.php |
file |
core/modules/migrate/src/MigrateExecutable.php |
|
MigrateExecutable::$counts |
property |
core/modules/migrate/src/MigrateExecutable.php |
An array of counts. Initially used for cache hit/miss tracking. |
MigrateExecutable::$eventDispatcher |
property |
core/modules/migrate/src/MigrateExecutable.php |
The event dispatcher. |
MigrateExecutable::$memoryLimit |
property |
core/modules/migrate/src/MigrateExecutable.php |
The PHP memory_limit expressed in bytes. |
MigrateExecutable::$memoryThreshold |
property |
core/modules/migrate/src/MigrateExecutable.php |
The ratio of the memory limit at which an operation will be interrupted. |
MigrateExecutable::$message |
property |
core/modules/migrate/src/MigrateExecutable.php |
Migration message service. |
MigrateExecutable::$migration |
property |
core/modules/migrate/src/MigrateExecutable.php |
The configuration of the migration to do. |
MigrateExecutable::$source |
property |
core/modules/migrate/src/MigrateExecutable.php |
The source. |
MigrateExecutable::$sourceIdValues |
property |
core/modules/migrate/src/MigrateExecutable.php |
The configuration values of the source. |
MigrateExecutable::$sourceRowStatus |
property |
core/modules/migrate/src/MigrateExecutable.php |
Status of one row. |
MigrateExecutable::attemptMemoryReclaim |
function |
core/modules/migrate/src/MigrateExecutable.php |
Tries to reclaim memory. |
MigrateExecutable::checkStatus |
function |
core/modules/migrate/src/MigrateExecutable.php |
Checks for exceptional conditions, and display feedback. |
MigrateExecutable::currentSourceIds |
function |
core/modules/migrate/src/MigrateExecutable.php |
Fetches the key array for the current source record. |
MigrateExecutable::formatSize |
function |
core/modules/migrate/src/MigrateExecutable.php |
Generates a string representation for the given byte count. |
MigrateExecutable::getEventDispatcher |
function |
core/modules/migrate/src/MigrateExecutable.php |
Gets the event dispatcher. |
MigrateExecutable::getIdMap |
function |
core/modules/migrate/src/MigrateExecutable.php |
Get the ID map from the current migration. |
MigrateExecutable::getMemoryUsage |
function |
core/modules/migrate/src/MigrateExecutable.php |
Returns the memory usage so far. |
MigrateExecutable::getSource |
function |
core/modules/migrate/src/MigrateExecutable.php |
Returns the source. |
MigrateExecutable::handleException |
function |
core/modules/migrate/src/MigrateExecutable.php |
Takes an Exception object and both saves and displays it. |
MigrateExecutable::import |
function |
core/modules/migrate/src/MigrateExecutable.php |
Performs an import operation - migrate items from source to destination. |
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 |
|
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. |