Search for database
- Search 7.x for database
- Search 9.5.x for database
- Search 8.9.x for database
- Search 11.x for database
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
database | service | core/ |
Drupal\Core\Database\Connection |
Database | class | core/ |
Primary front-controller for the database system. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
StringDatabaseStorage::dbStringUpdate | function | core/ |
Updates string object in the database. |
StringDatabaseStorage::delete | function | core/ |
Delete string from storage. |
StringDatabaseStorage::deleteStrings | function | core/ |
Deletes source strings and translations using conditions. |
StringDatabaseStorage::deleteTranslations | function | core/ |
Deletes translations using conditions. |
StringDatabaseStorage::findString | function | core/ |
Loads a string source object, fast query. |
StringDatabaseStorage::findTranslation | function | core/ |
Loads a string translation object, fast query. |
StringDatabaseStorage::getLocations | function | core/ |
Loads string location information. |
StringDatabaseStorage::getStrings | function | core/ |
Loads multiple source string objects. |
StringDatabaseStorage::getTranslations | function | core/ |
Loads multiple string translation objects. |
StringDatabaseStorage::save | function | core/ |
Save string object to storage. |
StringDatabaseStorage::updateLocation | function | core/ |
Update locations for string. |
StringDatabaseStorage::__construct | function | core/ |
Constructs a new StringDatabaseStorage class. |
StubConnection::createDatabase | function | core/ |
|
StubConnection::databaseType | function | core/ |
|
SystemDateSettingsUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
Tasks::initializeDatabase | function | core/ |
Make PostgreSQL Drupal friendly. |
Tasks::validateDatabaseSettings | function | core/ |
Validates driver specific configuration settings. |
TempStoreDatabaseTest | class | core/ |
Tests the temporary object storage system. |
TempStoreDatabaseTest.php | file | core/ |
|
TempStoreDatabaseTest::testSharedTempStore | function | core/ |
Tests the SharedTempStore API. |
TestDatabase | class | core/ |
Provides helper methods for interacting with the fixture database. |
TestDatabase.php | file | core/ |
|
TestDatabase::$databasePrefix | property | core/ |
The test database prefix. |
TestDatabase::$lockId | property | core/ |
The test lock ID. |
TestDatabase::getDatabasePrefix | function | core/ |
Gets the test database prefix. |
TestDatabase::getLockFile | function | core/ |
Gets the lock file path. |
TestDatabase::getPhpErrorLogPath | function | core/ |
Gets the file path of the PHP error log of the test. |
TestDatabase::getTestLock | function | core/ |
Generates a unique lock ID for the test method. |
TestDatabase::getTestSitePath | function | core/ |
Gets the relative path to the test site directory. |
TestDatabase::releaseAllTestLocks | function | core/ |
Releases all test locks. |
TestDatabase::releaseLock | function | core/ |
Releases a lock. |
TestDatabase::__construct | function | core/ |
TestDatabase constructor. |
TestDatabaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Test\TestDatabase[[api-linebreak]] |
TestDatabaseTest.php | file | core/ |
|
TestDatabaseTest::providerTestConstructor | function | core/ |
Data provider for self::testConstructor() |
TestDatabaseTest::testConstructor | function | core/ |
@covers ::__construct[[api-linebreak]] @covers ::getDatabasePrefix[[api-linebreak]] @covers ::getTestSitePath[[api-linebreak]] @covers ::getPhpErrorLogPath[[api-linebreak]] |
TestDatabaseTest::testConstructorException | function | core/ |
@covers ::__construct[[api-linebreak]] |
TestDatabaseTest::testConstructorNullPrefix | function | core/ |
Verify that a test lock is generated if there is no provided prefix. |
TestDrupal6SqlBase::setDatabase | function | core/ |
Tweaks Drupal6SqlBase to set a new database connection for tests. |
TestDrupalSqlBase::setDatabase | function | core/ |
Tweaks DrupalSqlBase to set a new database connection for tests. |
TestRun::$databasePrefix | property | core/ |
The test database prefix. |
TestRun::getDatabasePrefix | function | core/ |
Gets the test database prefix. |
TestRun::setDatabasePrefix | function | core/ |
Sets the test database prefix. |
TestRunResultsStorageInterface::setDatabasePrefix | function | core/ |
Sets the test database prefix of a test run in storage. |
TestService::$database | property | core/ |
The database connection. |
TestService::getDatabase | function | core/ |
|
TestSetupTrait::$databasePrefix | property | core/ |
The database prefix of this test run. |
TestSetupTrait::changeDatabasePrefix | function | core/ |
Changes the database connection to the prefixed one. |
TestSetupTrait::getDatabaseConnection | function | core/ |
Returns the database connection to the site under test. |
TestSetupTrait::prepareDatabasePrefix | function | core/ |
Generates a database prefix for running tests. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.