You are here
6 calls to Sql::messageTableName() in Drupal 8
- 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.