Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseStorage::schemaDefinition | function | core/ |
Defines the schema for the configuration table. |
| DatabaseStorage::set | function | core/ |
Saves a value for a given key. |
| DatabaseStorage::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| DatabaseStorage::write | function | core/ |
Writes configuration data to the storage. |
| DatabaseStorage::__construct | function | core/ |
Constructs a new DatabaseStorage. |
| DatabaseStorage::__construct | function | core/ |
Overrides Drupal\Core\KeyValueStore\StorageBase::__construct(). |
| DatabaseStorageExpirable | class | core/ |
Defines a default key/value store implementation for expiring items. |
| DatabaseStorageExpirable.php | file | core/ |
|
| DatabaseStorageExpirable::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
| DatabaseStorageExpirable::getAll | function | core/ |
Returns all stored key/value pairs 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::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::$modules | property | core/ |
Modules to enable. |
| 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 the key-value database storage. |
| DatabaseStorageTest | class | core/ |
Tests DatabaseStorage operations. |
| DatabaseStorageTest.php | file | core/ |
|
| DatabaseStorageTest.php | file | core/ |
|
| DatabaseStorageTest::$modules | property | core/ |
Modules to enable. |
| DatabaseStorageTest::delete | function | core/ |
|
| DatabaseStorageTest::insert | function | core/ |
|
| DatabaseStorageTest::read | function | core/ |
|
| DatabaseStorageTest::register | function | core/ |
Registers test-specific services. |
| DatabaseStorageTest::setUp | function | core/ |
|
| DatabaseStorageTest::setUp | function | core/ |
|
| DatabaseStorageTest::update | function | core/ |
|
| DatabaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Database[[api-linebreak]] |
| DatabaseTest.php | file | core/ |
|
| DatabaseTest::$additionalClassloader | property | core/ |
A classloader to enable testing of contrib drivers. |
| DatabaseTest::$root | property | core/ |
Path to DRUPAL_ROOT. |
| DatabaseTest::addD8CustomDrivers | function | core/ |
Adds a database driver that uses the D8's Drupal\Driver\Database namespace. |
| DatabaseTest::addModuleDrivers | function | core/ |
Adds database drivers that are provided by modules. |
| DatabaseTest::providerFindDriverAutoloadDirectory | function | core/ |
Data provider for ::testFindDriverAutoloadDirectory(). |
| DatabaseTest::providerFindDriverAutoloadDirectoryException | function | core/ |
Data provider for ::testFindDriverAutoloadDirectoryException(). |
| DatabaseTest::setUp | function | core/ |
|
| DatabaseTest::testFindDriverAutoloadDirectory | function | core/ |
@covers ::findDriverAutoloadDirectory[[api-linebreak]] @dataProvider providerFindDriverAutoloadDirectory |
| DatabaseTest::testFindDriverAutoloadDirectoryException | function | core/ |
@covers ::findDriverAutoloadDirectory[[api-linebreak]] @dataProvider providerFindDriverAutoloadDirectoryException |
| DatabaseTestBase | class | core/ |
Base class for databases database tests. |
| DatabaseTestBase | class | core/ |
Base class for databases database tests. |
| DatabaseTestBase.php | file | core/ |
|
| DatabaseTestBase.php | file | core/ |
Pagination
- Previous page
- Page 279
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.