Search for databases
- Search 7.x for databases
- Search 9.5.x for databases
- Search 8.9.x for databases
- Search 10.3.x for databases
- Search main for databases
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseStorageExpirable::doSetWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| DatabaseStorageExpirable::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
| DatabaseStorageExpirable::getAllKeys | function | core/ |
Retrieves all keys in the collection. |
| DatabaseStorageExpirable::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| DatabaseStorageExpirable::has | function | core/ |
Returns whether a given key exists in the store. |
| DatabaseStorageExpirable::schemaDefinition | function | core/ |
Defines the schema for the key_value_expire table. |
| DatabaseStorageExpirable::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
| DatabaseStorageExpirable::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
| DatabaseStorageExpirable::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| DatabaseStorageExpirable::__construct | function | core/ |
Overrides Drupal\Core\KeyValueStore\StorageBase::__construct(). |
| DatabaseStorageExpirableTest | class | core/ |
Tests the key-value database storage. |
| DatabaseStorageExpirableTest.php | file | core/ |
|
| DatabaseStorageExpirableTest::register | function | core/ |
Registers test-specific services. |
| DatabaseStorageExpirableTest::setUp | function | core/ |
|
| DatabaseStorageExpirableTest::testCRUDWithExpiration | function | core/ |
Tests CRUD functionality with expiration. |
| DatabaseStorageExpirableTest::testExpiration | function | core/ |
Tests data expiration. |
| DatabaseStorageTest | class | core/ |
Tests DatabaseStorage operations. |
| DatabaseStorageTest | class | core/ |
Tests the key-value database storage. |
| DatabaseStorageTest.php | file | core/ |
|
| DatabaseStorageTest.php | file | core/ |
|
| DatabaseStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
| DatabaseStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| DatabaseStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| DatabaseStorageTest::register | function | core/ |
Registers test-specific services. |
| DatabaseStorageTest::setUp | function | core/ |
|
| DatabaseStorageTest::setUp | function | core/ |
|
| DatabaseStorageTest::testConcurrent | function | core/ |
Tests asynchronous table creation. |
| DatabaseStorageTest::testExceptionIsThrownIfQueryFails | function | core/ |
Tests that operations throw exceptions if the query fails. |
| DatabaseStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| InstallerExistingBrokenDatabaseSettingsTest | class | core/ |
Tests the installer with broken database connection info in settings.php. |
| InstallerExistingBrokenDatabaseSettingsTest.php | file | core/ |
|
| InstallerExistingBrokenDatabaseSettingsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InstallerExistingBrokenDatabaseSettingsTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| InstallerExistingBrokenDatabaseSettingsTest::setUpRequirementsProblem | function | core/ |
Installer step: Requirements problem. |
| InstallerExistingBrokenDatabaseSettingsTest::setUpSettings | function | core/ |
Installer step: Configure settings. |
| InstallerExistingBrokenDatabaseSettingsTest::setUpSite | function | core/ |
Final installer step: Configure site. |
| InstallerExistingBrokenDatabaseSettingsTest::testRequirementsProblem | function | core/ |
Tests the expected requirements problem. |
| InstallerExistingDatabaseSettingsTest | class | core/ |
Tests installation with database information in an existing settings file. |
| InstallerExistingDatabaseSettingsTest.php | file | core/ |
|
| InstallerExistingDatabaseSettingsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InstallerExistingDatabaseSettingsTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| InstallerExistingDatabaseSettingsTest::setUpSettings | function | core/ |
@todo The database settings form is not supposed to appear if settings.php contains a valid database connection already (but e.g. no config directories yet). |
| InstallerExistingDatabaseSettingsTest::testInstaller | function | core/ |
Verifies that installation succeeded. |
| InstallerIsolationLevelNoDatabaseSettingsTest | class | core/ |
Tests the isolation_level setting with no database settings. |
| InstallerIsolationLevelNoDatabaseSettingsTest.php | file | core/ |
|
| InstallerIsolationLevelNoDatabaseSettingsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InstallerIsolationLevelNoDatabaseSettingsTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| InstallerIsolationLevelNoDatabaseSettingsTest::testInstaller | function | core/ |
Verifies that the isolation_level was added to the database settings. |
| InstallerNonDefaultDatabaseDriverTest::getInstalledDatabaseSettings | function | core/ |
Returns the databases setup from the SUT's settings.php. |
| MigrateMissingDatabaseSource | class | core/ |
A simple migrate source for the missing database tests. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.