You are here
16 calls to Sql::mapTableName() in Drupal 10
- Sql::countHelper in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Counts records in a table.
- 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::destroy in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Removes any persistent storage used by this map.
- Sql::getHighestId in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Returns the highest ID tracked by the implementing plugin.
- Sql::getMessages in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Retrieves a traversable object of messages related to source records.
- Sql::getRowByDestination in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Retrieves a row by the destination identifiers.
- 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::getRowsNeedingUpdate in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Retrieves an array of map rows marked as needing update.
- Sql::lookupDestinationIds in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Looks up the destination identifiers corresponding to a source key.
- Sql::lookupSourceId in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Looks up the source identifier.
- Sql::prepareUpdate in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Prepares to run a full update.
- Sql::processedCount in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Returns the number of processed items in the map.
- Sql::rewind in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- 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::setUpdate in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Sets a specified record to be updated, if it exists.