Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::getMessageIterator | function | core/ |
Retrieves an iterator over messages relate to source records. |
| 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::lookupDestinationId | function | core/ |
Looks up the destination identifier corresponding to a source key. |
| 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. |
| MigrateIdMapMessageEvent | class | core/ |
Wraps an idmap 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 (one of the MigrationInterface::MESSAGE_* constants). |
| 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. |
| MigrateImageCacheTest::testInvalidCropValues | function | core/ |
Test that missing action's causes failures. |
| MigrateLookupTest::testInvalidIdLookup | function | core/ |
Tests an invalid lookup. |
| MigrateLookupTest::testInvalidMigrationLookup | function | core/ |
Tests an invalid lookup. |
| MigrateLookupTest::testLookupWithStringIds | function | core/ |
Tests a lookup with string source ids. |
| MigrateLookupTest::testMultipleSourceIds | function | core/ |
Tests lookups with multiple source ids. |
| MigrateMapDeleteEvent::$sourceId | property | core/ |
Array of source ID fields. |
| MigrateMapDeleteEvent::getSourceId | function | core/ |
Gets the source ID of the item being removed from the map. |
| MigrateNullIdMapTest | class | core/ |
Tests the NULL ID map plugin. |
| MigrateNullIdMapTest.php | file | core/ |
|
| MigrateNullIdMapTest::testGetMessageIterator | function | core/ |
Tests the NULL ID map get message iterator method. |
| MigratePostRowSaveEvent::$destinationIdValues | property | core/ |
The row's destination ID. |
| MigratePostRowSaveEvent::getDestinationIdValues | function | core/ |
Gets the destination ID values. |
Pagination
- Previous page
- Page 92
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.