Row::getIdMap |
function |
core/modules/migrate/src/Row.php |
Retrieves the Migrate ID mappings. |
Migration::getIdMap |
function |
core/modules/migrate/src/Plugin/Migration.php |
Returns the initialized id_map plugin. |
Migration::getIdMapPlugin |
function |
core/modules/migrate/src/Plugin/Migration.php |
Retrieves the ID map plugin. |
MigrateExecutable::getIdMap |
function |
core/modules/migrate/src/MigrateExecutable.php |
Get the ID map from the current migration. |
MigrationInterface::getIdMap |
function |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Returns the initialized id_map plugin. |
MigrateSqlIdMapTest::getIdMap |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Creates a test SQL ID map plugin. |
TestMigrateExecutable::getIdMap |
function |
core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php |
Get the ID map from the current migration. |
MigrateSqlIdMapTest::getIdMapContents |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Retrieves the contents of an ID map. |