You are here

19 calls to Sql::getDatabase() 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::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::getQualifiedMapTableName in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Get the fully qualified map table name.
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::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::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.
Sql::setUpdate in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Sets a specified record to be updated, if it exists.
TestSqlIdMap::getDatabase in core/modules/migrate/tests/src/Unit/TestSqlIdMap.php
Gets the database connection.