Search for idMap

  1. Search 7.x for idMap
  2. Search 8.9.x for idMap
  3. Search 10.3.x for idMap
  4. Search 11.x for idMap
  5. Other projects
Title Object type File name Summary
ContainerInterface::getServiceIdMappings function core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php Collect a mapping between service to ids.
ContainerTest::testGetServiceIdMappings function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php @covers \Drupal\Component\DependencyInjection\ServiceIdHashTrait::getServiceIdMappings[[api-linebreak]]
@covers \Drupal\Component\DependencyInjection\ServiceIdHashTrait::generateServiceIdHash[[api-linebreak]]
DrupalKernel::$serviceIdMapping property core/lib/Drupal/Core/DrupalKernel.php A mapping from service classes to service IDs.
DrupalKernel::collectServiceIdMapping function core/lib/Drupal/Core/DrupalKernel.php Collect a mapping between service to ids.
DrupalKernel::getServiceIdMapping function core/lib/Drupal/Core/DrupalKernel.php
DrupalKernelInterface::getServiceIdMapping function core/lib/Drupal/Core/DrupalKernelInterface.php Get a mapping from service hashes to service IDs.
DrupalKernelTest::testGetServiceIdMapping function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php @covers ::getServiceIdMapping[[api-linebreak]]
@group legacy
IdMapTableNoDummyTest class core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php Test that no dummy migrate_map tables are created.
IdMapTableNoDummyTest.php file core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php
IdMapTableNoDummyTest::$pluginManager property core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php The migration plugin manager.
IdMapTableNoDummyTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php
IdMapTableNoDummyTest::testNoDummyTables function core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php Tests that dummy map tables do not exist.
InstallHelper::$mediaImageIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Media Image CSV ID map.
InstallHelper::$nodeIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Node CSV ID map.
InstallHelper::$termIdMap property core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php Term ID map.
MigrateEvents::IDMAP_MESSAGE constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired when saving a message to the ID map.
MigrateExecutable::getIdMap function core/modules/migrate/src/MigrateExecutable.php Get the ID map from the current migration.
MigrateExecutableTest::$idMapRecords property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Stores ID map records of the ID map plugin from ::getTestRollbackIdMap.
MigrateExecutableTest::getTestRollbackIdMap function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns an ID map object prophecy used in ::testRollback.
MigrateIdMapInterface interface core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Defines an interface for migrate ID mappings.
MigrateIdMapInterface.php file core/modules/migrate/src/Plugin/MigrateIdMapInterface.php
MigrateIdMapInterface::clearMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Clears all messages from the map.
MigrateIdMapInterface::currentDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the destination identifier currently being iterated.
MigrateIdMapInterface::currentSource function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the source identifier(s) currently being iterated.
MigrateIdMapInterface::delete function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Deletes the map and message entries for a given source record.
MigrateIdMapInterface::deleteDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Deletes the map and message table entries for a given destination row.
MigrateIdMapInterface::destroy function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Removes any persistent storage used by this map.
MigrateIdMapInterface::errorCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of items that failed to import.
MigrateIdMapInterface::getMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a traversable object of messages related to source records.
MigrateIdMapInterface::getQualifiedMapTableName function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Gets the qualified map table.
MigrateIdMapInterface::getRowByDestination function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a row by the destination identifiers.
MigrateIdMapInterface::getRowBySource function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a row from the map table based on source identifier values.
MigrateIdMapInterface::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves an array of map rows marked as needing update.
MigrateIdMapInterface::importedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of imported items in the map.
MigrateIdMapInterface::lookupDestinationIds function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the destination identifiers corresponding to a source key.
MigrateIdMapInterface::lookupSourceId function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Looks up the source identifier.
MigrateIdMapInterface::messageCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of messages saved.
MigrateIdMapInterface::prepareUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Prepares to run a full update.
MigrateIdMapInterface::processedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of processed items in the map.
MigrateIdMapInterface::ROLLBACK_DELETE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the data for the row is to be deleted.
MigrateIdMapInterface::ROLLBACK_PRESERVE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the data for the row is to be preserved.
MigrateIdMapInterface::saveIdMapping function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a mapping from the source identifiers to the destination identifiers.
MigrateIdMapInterface::saveMessage function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a message related to a source record in the migration message table.
MigrateIdMapInterface::setMessage function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Sets the migrate message service.
MigrateIdMapInterface::setUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Sets a specified record to be updated, if it exists.
MigrateIdMapInterface::STATUS_FAILED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row failed.
MigrateIdMapInterface::STATUS_IGNORED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row was ignored.
MigrateIdMapInterface::STATUS_IMPORTED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row was successful.
MigrateIdMapInterface::STATUS_NEEDS_UPDATE constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the row needs to be updated.
MigrateIdMapInterface::updateCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns a count of items which are marked as needing update.

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