You are here

7 calls to Sql::getSourceIdsHash() in Drupal 10

Sql::delete in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Deletes the map and message entries for a given source record.
Sql::deleteDestination in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Deletes the map and message table entries for a given destination row.
Sql::getMessages in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Retrieves a traversable object of messages related to source records.
Sql::getRowBySource in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Retrieves a row from the map table based on source identifier values.
Sql::lookupDestinationIds in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Looks up the destination identifiers corresponding to a source key.
Sql::saveIdMapping in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Saves a mapping from the source identifiers to the destination identifiers.
Sql::saveMessage in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Saves a message related to a source record in the migration message table.