You are here
8 calls to Sql::messageTableName() in Drupal 10
- Sql::clearMessages in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Clears all messages from the map.
- 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::ensureTables in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Create the map and message tables if they don't already exist.
- Sql::getMessages in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Retrieves a traversable object of messages related to source records.
- Sql::messageCount in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Returns the number of messages saved.
- 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.