Search for idMap

  1. Search 7.x for idMap
  2. Search 9.5.x for idMap
  3. Search 8.9.x for idMap
  4. Search 10.3.x for idMap
  5. Other projects
Title Object type File name Summary
MigrateSqlIdMapTest::testMessageSave function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the SQL ID map save message method.
MigrateSqlIdMapTest::testPrepareUpdate function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests prepareUpdate().
MigrateSqlIdMapTest::testProcessedCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the number of processed source rows.
MigrateSqlIdMapTest::testSaveIdMapping function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the ID mapping method.
MigrateSqlIdMapTest::testSetMessage function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the SQL ID map set message method.
MigrateSqlIdMapTest::testSetUpdate function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests setting a row source_row_status to STATUS_NEEDS_UPDATE.
MigrateSqlIdMapTest::testUpdateCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs the update count test with a given number of update rows.
MigrateSqlIdMapTest::updateCountDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testUpdateCount().
MigrateTestCase::$idMap property core/modules/migrate/tests/src/Unit/MigrateTestCase.php The migration ID map.
MigrateUpgradeImportBatch::onIdMapMessage function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Displays any messages being logged to the ID map.
Migration::$idMap property core/modules/migrate/src/Plugin/Migration.php The identifier map data.
Migration::$idMapPlugin property core/modules/migrate/src/Plugin/Migration.php The identifier map.
Migration::$idMapPluginManager property core/modules/migrate/src/Plugin/Migration.php The ID map plugin manager.
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.
MigrationInterface::getIdMap function core/modules/migrate/src/Plugin/MigrationInterface.php Returns the initialized id_map plugin.
NullIdMap class core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Defines the null ID map implementation.
NullIdMap.php file core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
NullIdMap::clearMessages function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Clears all messages from the map.
NullIdMap::current function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
NullIdMap::currentDestination function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the destination identifier currently being iterated.
NullIdMap::currentSource function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the source identifier(s) currently being iterated.
NullIdMap::delete function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Deletes the map and message entries for a given source record.
NullIdMap::deleteDestination function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Deletes the map and message table entries for a given destination row.
NullIdMap::destroy function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Removes any persistent storage used by this map.
NullIdMap::errorCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of items that failed to import.
NullIdMap::getMessages function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves a traversable object of messages related to source records.
NullIdMap::getQualifiedMapTableName function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Gets the qualified map table.
NullIdMap::getRowByDestination function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves a row by the destination identifiers.
NullIdMap::getRowBySource function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves a row from the map table based on source identifier values.
NullIdMap::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves an array of map rows marked as needing update.
NullIdMap::importedCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of imported items in the map.
NullIdMap::key function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
NullIdMap::lookupDestinationIds function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the destination identifiers corresponding to a source key.
NullIdMap::lookupSourceId function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the source identifier.
NullIdMap::messageCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of messages saved.
NullIdMap::next function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
NullIdMap::prepareUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Prepares to run a full update.
NullIdMap::processedCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of processed items in the map.
NullIdMap::rewind function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
NullIdMap::saveIdMapping function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Saves a mapping from the source identifiers to the destination identifiers.
NullIdMap::saveMessage function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Saves a message related to a source record in the migration message table.
NullIdMap::setMessage function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Sets the migrate message service.
NullIdMap::setUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Sets a specified record to be updated, if it exists.
NullIdMap::updateCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns a count of items which are marked as needing update.
NullIdMap::valid function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
Row::$idMap property core/modules/migrate/src/Row.php The mapping between source and destination identifiers.
Row::getIdMap function core/modules/migrate/src/Row.php Retrieves the Migrate ID mappings.
Row::setIdMap function core/modules/migrate/src/Row.php Sets the Migrate ID mappings.
RowTest::testGetSetIdMap function core/modules/migrate/tests/src/Unit/RowTest.php Tests getting/setting the ID Map.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.