Search for __set
- Search 7.x for __set
- Search 8.9.x for __set
- Search 10.3.x for __set
- Search 11.x for __set
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| DatabaseBackendFactory::$settings | property | core/ |
The site settings. |
| DatabaseBackendTest::testSetGet | function | core/ |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
| DatabaseDriverProvidedByModuleTest::setUp | function | core/ |
|
| DatabaseDriverUninstallValidator::setStringTranslation | function | core/ |
|
| DatabaseStorage::doSet | function | core/ |
Saves a value for a given key. |
| DatabaseStorage::doSetIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| 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. |
| DatabaseStorageExpirable::doSetWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
| DatabaseStorageExpirable::doSetWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| 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. |
| DatabaseStorageExpirableTest::setUp | function | core/ |
|
| DatabaseStorageTest::setUp | function | core/ |
|
| DatabaseStorageTest::setUp | 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/ |
|
| DatabaseTestBase::$connection | property | core/ |
The database connection for testing. |
| DatabaseTestBase::$connection | property | core/ |
The database connection for testing. |
| DatabaseTestBase::$modules | property | core/ |
Modules to enable. |
| DatabaseTestBase::$modules | property | core/ |
Modules to enable. |
| DatabaseTestBase::ensureSampleDataNull | function | core/ |
Sets up tables for NULL handling. |
| DatabaseTestBase::setUp | function | core/ |
|
| DatabaseTestBase::setUp | function | core/ |
|
| DatabaseTestController | class | core/ |
Controller routines for database_test routes. |
| DatabaseTestController.php | file | core/ |
|
| DatabaseTestController::$connection | property | core/ |
The database connection. |
| DatabaseTestController::create | function | core/ |
Instantiates a new instance of this class. |
| DatabaseTestController::dbQueryTemporary | function | core/ |
Creates temporary table and outputs the table name and its number of rows. |
| DatabaseTestController::pagerQueryEven | function | core/ |
Runs a pager query and returns the results. |
| DatabaseTestController::pagerQueryOdd | function | core/ |
Runs a pager query and returns the results. |
| DatabaseTestController::testTablesort | function | core/ |
Runs a tablesort query and returns the results. |
| DatabaseTestController::testTablesortFirst | function | core/ |
Runs a tablesort query with a second order_by after and returns the results. |
| DatabaseTestController::__construct | function | core/ |
Constructs a DatabaseTestController object. |
| DatabaseTestForm | class | core/ |
Form controller for database_test module. |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.