Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
LocaleProjectStorage | class | core/ |
Provides the locale project storage system using a key value store. |
LocaleProjectStorage.php | file | core/ |
|
LocaleProjectStorage::$all | property | core/ |
Cache status flag. |
LocaleProjectStorage::$cache | property | core/ |
Static state cache. |
LocaleProjectStorage::$keyValueStore | property | core/ |
The key value store to use. |
LocaleProjectStorage::$sorted | property | core/ |
Sorted status flag. |
LocaleProjectStorage::countProjects | function | core/ |
|
LocaleProjectStorage::delete | function | core/ |
|
LocaleProjectStorage::deleteAll | function | core/ |
|
LocaleProjectStorage::deleteMultiple | function | core/ |
|
LocaleProjectStorage::disableAll | function | core/ |
|
LocaleProjectStorage::get | function | core/ |
|
LocaleProjectStorage::getAll | function | core/ |
|
LocaleProjectStorage::getMultiple | function | core/ |
|
LocaleProjectStorage::resetCache | function | core/ |
|
LocaleProjectStorage::set | function | core/ |
|
LocaleProjectStorage::setMultiple | function | core/ |
|
LocaleProjectStorage::__construct | function | core/ |
Constructs a State object. |
LocaleProjectStorageInterface | interface | core/ |
Defines the locale project storage interface. |
LocaleProjectStorageInterface.php | file | core/ |
|
LocaleProjectStorageInterface::countProjects | function | core/ |
Returns the count of project records. |
LocaleProjectStorageInterface::delete | function | core/ |
Deletes project records for a given key. |
LocaleProjectStorageInterface::deleteAll | function | core/ |
Deletes all projects records. |
LocaleProjectStorageInterface::deleteMultiple | function | core/ |
Deletes multiple project records. |
LocaleProjectStorageInterface::disableAll | function | core/ |
Mark all projects as disabled. |
LocaleProjectStorageInterface::get | function | core/ |
Returns the stored value for a given key. |
LocaleProjectStorageInterface::getAll | function | core/ |
Returns all the project records. |
LocaleProjectStorageInterface::getMultiple | function | core/ |
Returns a list of project records. |
LocaleProjectStorageInterface::resetCache | function | core/ |
Resets the project storage cache. |
LocaleProjectStorageInterface::set | function | core/ |
Creates or updates the project record. |
LocaleProjectStorageInterface::setMultiple | function | core/ |
Creates or updates multiple project records. |
LocaleProjectStorageTest | class | core/ |
@coversDefaultClass \Drupal\locale\LocaleProjectStorage @group locale @runTestsInSeparateProcesses |
LocaleProjectStorageTest.php | file | core/ |
|
LocaleProjectStorageTest::$keyValueMemoryFactory | property | core/ |
|
LocaleProjectStorageTest::$projectStorage | property | core/ |
|
LocaleProjectStorageTest::setUp | function | core/ |
|
LocaleProjectStorageTest::testDelete | function | core/ |
Tests deleted projects are not included in the count. |
LocaleProjectStorageTest::testSorting | function | core/ |
Tests that projects are sorted by weight and key. |
LocaleStringTest::$storage | property | core/ |
The locale storage. |
LocaleTranslation::$storage | property | core/ |
Storage for strings. |
LocaleTranslationProjectsTest::$projectStorage | property | core/ |
The locale project storage used in this test. |
LocaleTranslationTest::$storage | property | core/ |
A mocked storage to use when instantiating LocaleTranslation objects. |
MailHandler::$userStorage | property | core/ |
The user entity storage handler. |
MailHandlerTest::$userStorage | property | core/ |
The user storage handler. |
ManageDisplayTest::$displayStorage | property | core/ |
|
ManagedStorage | class | core/ |
The managed storage defers all the storage method calls to the manager. |
ManagedStorage.php | file | core/ |
|
ManagedStorage::$manager | property | core/ |
The storage manager to get the storage to decorate. |
ManagedStorage::$storage | property | core/ |
The decorated storage. |
ManagedStorage::createCollection | function | core/ |
Creates a collection on the storage. |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.