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