Search for idMap
Title | Object type | File name | Summary |
---|---|---|---|
MigrateIdMapInterface::STATUS_NEEDS_UPDATE | constant | core/ |
Indicates that the row needs to be updated. |
MigrateIdMapInterface::updateCount | function | core/ |
Returns a count of items which are marked as needing update. |
MigrateIdMapMessageEvent | class | core/ |
Wraps an ID map message event for event listeners. |
MigrateIdMapMessageEvent.php | file | core/ |
|
MigrateIdMapMessageEvent::$level | property | core/ |
Message severity. |
MigrateIdMapMessageEvent::$message | property | core/ |
Message to be logged. |
MigrateIdMapMessageEvent::$migration | property | core/ |
Migration entity. |
MigrateIdMapMessageEvent::$sourceIdValues | property | core/ |
Array of values uniquely identifying the source row. |
MigrateIdMapMessageEvent::getLevel | function | core/ |
Gets the severity level of the message. |
MigrateIdMapMessageEvent::getMessage | function | core/ |
Gets the message to be logged. |
MigrateIdMapMessageEvent::getMigration | function | core/ |
Gets the migration entity. |
MigrateIdMapMessageEvent::getSourceIdValues | function | core/ |
Gets the source ID values. |
MigrateIdMapMessageEvent::__construct | function | core/ |
Constructs a post-save event object. |
MigrateProcessErrorMessagesTest::$idMap | property | core/ |
A prophesized ID Map. |
MigrateProcessErrorMessagesTest::$idMapPluginManager | property | core/ |
A prophesized ID Map Plugin Manager. |
MigrateSqlIdMapEnsureTablesTest | class | core/ |
Tests the SQL ID map plugin ensureTables() method. |
MigrateSqlIdMapEnsureTablesTest.php | file | core/ |
|
MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration | property | core/ |
The migration configuration, initialized to set the ID and destination IDs. |
MigrateSqlIdMapEnsureTablesTest::runEnsureTablesTest | function | core/ |
Actually run the test. |
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesExist | function | core/ |
Tests the ensureTables method when the tables exist. |
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesNotExist | function | core/ |
Tests the ensureTables method when the tables do not exist. |
MigrateSqlIdMapTest | class | core/ |
Tests the SQL ID map plugin. |
MigrateSqlIdMapTest.php | file | core/ |
|
MigrateSqlIdMapTest::$database | property | core/ |
The database connection. |
MigrateSqlIdMapTest::$destinationIds | property | core/ |
The destination IDs. |
MigrateSqlIdMapTest::$migrationConfiguration | property | core/ |
The migration configuration, initialized to set the ID and destination IDs. |
MigrateSqlIdMapTest::$sourceIds | property | core/ |
The source IDs. |
MigrateSqlIdMapTest::doTestLookupSourceIdMapping | function | core/ |
Performs the source ID test on source and destination fields. |
MigrateSqlIdMapTest::errorCountDataProvider | function | core/ |
Data provider for testErrorCount(). |
MigrateSqlIdMapTest::getHighestIdDataProvider | function | core/ |
Data provider for getHighestId(). |
MigrateSqlIdMapTest::getHighestIdInvalidDataProvider | function | core/ |
Data provider for testGetHighestIdInvalid(). |
MigrateSqlIdMapTest::getIdMap | function | core/ |
Creates a test SQL ID map plugin. |
MigrateSqlIdMapTest::getIdMapContents | function | core/ |
Retrieves the contents of an ID map. |
MigrateSqlIdMapTest::idMapDefaults | function | core/ |
Sets defaults for SQL ID map plugin tests. |
MigrateSqlIdMapTest::lookupDestinationIdMappingDataProvider | function | core/ |
Data provider for testLookupDestinationIdMapping(). |
MigrateSqlIdMapTest::lookupSourceIdMappingDataProvider | function | core/ |
Data provider for testLookupSourceIdMapping(). |
MigrateSqlIdMapTest::saveMap | function | core/ |
Saves a single ID mapping row in the database. |
MigrateSqlIdMapTest::setUp | function | core/ |
|
MigrateSqlIdMapTest::setupRows | function | core/ |
Setup a database with the given rows. |
MigrateSqlIdMapTest::testClearMessages | function | core/ |
Tests the clear messages method. |
MigrateSqlIdMapTest::testCurrentDestinationAndSource | function | core/ |
Tests currentDestination() and currentSource(). |
MigrateSqlIdMapTest::testDestroy | function | core/ |
Tests the destroy method. |
MigrateSqlIdMapTest::testErrorCount | function | core/ |
Performs error count test with a given number of error rows. |
MigrateSqlIdMapTest::testGetHighestId | function | core/ |
Tests getHighestId method. |
MigrateSqlIdMapTest::testGetHighestIdInvalid | function | core/ |
Tests getHighestId method with invalid data. |
MigrateSqlIdMapTest::testGetMigrationPluginManagerDeprecation | function | core/ |
Tests deprecation message from Sql::getMigrationPluginManager(). |
MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix | function | core/ |
Tests the getQualifiedMapTable method with a prefixed database. |
MigrateSqlIdMapTest::testGetRowByDestination | function | core/ |
Tests the getRowByDestination method. |
MigrateSqlIdMapTest::testGetRowBySource | function | core/ |
Tests the getRowBySource method. |
MigrateSqlIdMapTest::testGetRowsNeedingUpdate | function | core/ |
Tests the getRowsNeedingUpdate method for rows that need an update. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.