You are here
9 calls to Sql::mapTableName() in Drupal 8
- 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::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::processedCount in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Returns the number of processed items in the map.