Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
MigrateSqlIdMapTest::lookupDestinationIdMappingDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testLookupDestinationIdMapping().
MigrateSqlIdMapTest::lookupSourceIdMappingDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testLookupSourceIdMapping().
MigrateSqlIdMapTest::saveMap function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Saves a single ID mapping row in the database.
MigrateSqlIdMapTest::setUp function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
MigrateSqlIdMapTest::setupRows function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Setup a database with the given rows.
MigrateSqlIdMapTest::testClearMessages function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the clear messages method.
MigrateSqlIdMapTest::testCurrentDestinationAndSource function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests currentDestination() and currentSource().
MigrateSqlIdMapTest::testDestroy function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the destroy method.
MigrateSqlIdMapTest::testErrorCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs error count test with a given number of error rows.
MigrateSqlIdMapTest::testGetHighestId function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests getHighestId method.
MigrateSqlIdMapTest::testGetHighestIdInvalid function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests getHighestId method with invalid data.
MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getQualifiedMapTable method with a prefixed database.
MigrateSqlIdMapTest::testGetRowByDestination function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getRowByDestination method.
MigrateSqlIdMapTest::testGetRowBySource function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getRowBySource method.
MigrateSqlIdMapTest::testGetRowsNeedingUpdate function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getRowsNeedingUpdate method for rows that need an update.
MigrateSqlIdMapTest::testImportedCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the imported count method.
MigrateSqlIdMapTest::testIterators function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests all the iterator methods in one swing.
MigrateSqlIdMapTest::testLookupDestinationIdMapping function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs destination ID test on source and destination fields.
MigrateSqlIdMapTest::testLookupDestinationIds function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests lookupDestinationIds().
MigrateSqlIdMapTest::testLookupSourceIdMapping function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs the source ID test on source and destination fields.
MigrateSqlIdMapTest::testLookupSourceIdMappingNonSqlCharacters function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs the source ID test on source and destination fields.
MigrateSqlIdMapTest::testMapTableCreation function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the delayed creation of the "map" and "message" migrate tables.
MigrateSqlIdMapTest::testMessageCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the SQL ID map message count method by counting and saving messages.
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().
MigrateSqlSourceCountCacheTest::providerSource function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php Provides source data for ::testSource.
MigrateStubTest::testInvalidSourceIdCount function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests invalid source id count.
MigrateStubTest::testInvalidSourceIdKeys function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests invalid source ids keys.
MigrateTaxonomyTermTest::getParentIDs function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php Retrieves the parent term IDs for a given term.
MigrateTestCase::$idMap property core/modules/migrate/tests/src/Unit/MigrateTestCase.php The migration ID map.
MigrateTestTrait::getParentIDs function core/modules/forum/tests/src/Kernel/Migrate/MigrateTestTrait.php Retrieves the parent term IDs for a given term.
MigrateUpgradeImportBatch::onIdMapMessage function core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Displays any messages being logged to the ID map.
MigrateUpgradeTestBase::assertIdConflictForm function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Helper method that asserts text on the ID conflict form.
MigrateUserRoleTest::providerTestUserRole function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php Data provider for user role migration tests.
MigrateValidatableEntityInterface interface core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php To implement by a destination plugin that should provide entity validation.
MigrateValidatableEntityInterface.php file core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php
MigrateValidatableEntityInterface::isEntityValidationRequired function core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php Returns a state of whether an entity needs to be validated before saving.
MigrateValidatableEntityInterface::validateEntity function core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php Validates the entity.
Migration::$destinationIds property core/modules/migrate/src/Plugin/Migration.php The destination identifiers.
Migration::$id property core/modules/migrate/src/Plugin/Migration.php The migration ID (machine name).
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::getDestinationIds function core/modules/migrate/src/Plugin/Migration.php The destination identifiers.

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