| StringDatabaseStorage::countTranslations |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Counts translations. |
| StringDatabaseStorage::createString |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Creates a source string object bound to this storage but not saved. |
| StringDatabaseStorage::createTranslation |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Creates a string translation object bound to this storage but not saved. |
| StringDatabaseStorage::dbDelete |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Creates delete query. |
| StringDatabaseStorage::dbExecute |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Executes an arbitrary SELECT query string with the injected options. |
| StringDatabaseStorage::dbFieldTable |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Gets table alias for field. |
| StringDatabaseStorage::dbStringInsert |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Creates a database record for a string object. |
| StringDatabaseStorage::dbStringKeys |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Gets keys values that are in a database table. |
| StringDatabaseStorage::dbStringLoad |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Loads multiple string objects. |
| StringDatabaseStorage::dbStringSelect |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Builds a SELECT query with multiple conditions and fields. |
| StringDatabaseStorage::dbStringTable |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Gets table name for storing string object. |
| StringDatabaseStorage::dbStringUpdate |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Updates string object in the database. |
| StringDatabaseStorage::delete |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Delete string from storage. |
| StringDatabaseStorage::deleteStrings |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Deletes source strings and translations using conditions. |
| StringDatabaseStorage::deleteTranslations |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Deletes translations using conditions. |
| StringDatabaseStorage::findString |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Loads a string source object, fast query. |
| StringDatabaseStorage::findTranslation |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Loads a string translation object, fast query. |
| StringDatabaseStorage::getLocations |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Loads string location information. |
| StringDatabaseStorage::getStrings |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Loads multiple source string objects. |
| StringDatabaseStorage::getTranslations |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Loads multiple string translation objects. |
| StringDatabaseStorage::save |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Save string object to storage. |
| StringDatabaseStorage::updateLocation |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Update locations for string. |
| StringDatabaseStorage::__construct |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Constructs a new StringDatabaseStorage class. |
| StubConnection::createDatabase |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
Creates a database. |
| StubConnection::databaseType |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
Returns the name of the database engine accessed by this driver. |
| SystemRssDeleteTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/SystemRssDeleteTest.php |
Set database dump files to be used. |
| Tasks::initializeDatabase |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php |
Make PostgreSQL Drupal friendly. |
| Tasks::validateDatabaseSettings |
function |
core/lib/Drupal/Core/Database/Install/Tasks.php |
Validates driver specific configuration settings. |
| TempStoreDatabaseTest |
class |
core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php |
Tests the temporary object storage system. |
| TempStoreDatabaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php |
|
| TempStoreDatabaseTest::testSharedTempStore |
function |
core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php |
Tests the SharedTempStore API. |
| TestableSqlContentEntityStorage::$database |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Active database connection. |
| TestDatabase |
class |
core/lib/Drupal/Core/Test/TestDatabase.php |
Provides helper methods for interacting with the fixture database. |
| TestDatabase.php |
file |
core/lib/Drupal/Core/Test/TestDatabase.php |
|
| TestDatabase::$databasePrefix |
property |
core/lib/Drupal/Core/Test/TestDatabase.php |
The test database prefix. |
| TestDatabase::$lockId |
property |
core/lib/Drupal/Core/Test/TestDatabase.php |
The test lock ID. |
| TestDatabase::getDatabasePrefix |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the test database prefix. |
| TestDatabase::getLockFile |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the lock file path. |
| TestDatabase::getPhpErrorLogPath |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the file path of the PHP error log of the test. |
| TestDatabase::getTestLock |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Generates a unique lock ID for the test method. |
| TestDatabase::getTestSitePath |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Gets the relative path to the test site directory. |
| TestDatabase::releaseAllTestLocks |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Releases all test locks. |
| TestDatabase::releaseLock |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
Releases a lock. |
| TestDatabase::__construct |
function |
core/lib/Drupal/Core/Test/TestDatabase.php |
TestDatabase constructor. |
| TestDatabaseTest |
class |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Tests Drupal\Core\Test\TestDatabase. |
| TestDatabaseTest.php |
file |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
|
| TestDatabaseTest::providerTestConstructor |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Data provider for self::testConstructor() |
| TestDatabaseTest::testConstructor |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Tests constructor. |
| TestDatabaseTest::testConstructorException |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Tests constructor exception. |
| TestDatabaseTest::testConstructorNullPrefix |
function |
core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php |
Verify that a test lock is generated if there is no provided prefix. |