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