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 |
|---|---|---|---|
| ModeratedNodeListBuilder::$storage | property | core/ |
The entity storage class. |
| ModerationStateFilter::$workflowStorage | property | core/ |
The storage handler of the workflow entity type. |
| ModuleInstallerTest::testEntityStorageInstalledBeforeSimpleConfig | function | core/ |
Tests that entity storage tables are installed before simple config. |
| ModuleInstallerTest::testFieldStorageEntityTypeDependencies | function | core/ |
Tests field storage definitions are installed only if entity types exist. |
| MoveBlockForm::$sectionStorage | property | core/ |
The section storage. |
| MoveTest::testEntityStorageException | function | core/ |
Tests for entity storage exception. |
| MTimeProtectedFastFileStorage | class | core/ |
Stores PHP code in files with securely hashed names. |
| MTimeProtectedFastFileStorage.php | file | core/ |
|
| MTimeProtectedFastFileStorage::$secret | property | core/ |
The secret used in the HMAC. |
| MTimeProtectedFastFileStorage::delete | function | core/ |
Deletes PHP code from storage. |
| MTimeProtectedFastFileStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
| MTimeProtectedFastFileStorage::getContainingDirectoryFullPath | function | core/ |
Gets the full path of the file storage directory's parent. |
| MTimeProtectedFastFileStorage::getFullPath | function | core/ |
Gets the full path where the file is or should be stored. |
| MTimeProtectedFastFileStorage::getUncachedMTime | function | core/ |
Clears PHP's stat cache and returns the directory's mtime. |
| MTimeProtectedFastFileStorage::save | function | core/ |
Saves PHP code to storage. |
| MTimeProtectedFastFileStorage::tempnam | function | core/ |
A brute force tempnam implementation supporting streams. |
| MTimeProtectedFastFileStorage::__construct | function | core/ |
Constructs this MTimeProtectedFastFileStorage object. |
| MTimeProtectedFastFileStorageTest | class | core/ |
Tests the MTimeProtectedFastFileStorage implementation. |
| MTimeProtectedFastFileStorageTest.php | file | core/ |
|
| MTimeProtectedFastFileStorageTest::$expected | property | core/ |
The expected test results for the security test. |
| MTimeProtectedFastFileStorageTest::$storageClass | property | core/ |
The PHP storage class to test. |
| MTimeProtectedFileStorage | class | core/ |
Stores PHP code in files with securely hashed names. |
| MTimeProtectedFileStorage.php | file | core/ |
|
| MTimeProtectedFileStorage::checkFile | function | core/ |
Determines whether a protected file exists and sets the filename too. |
| MTimeProtectedFileStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| MTimeProtectedFileStorage::getPath | function | core/ |
|
| MTimeProtectedFileStorage::load | function | core/ |
Loads PHP code from storage. |
| MTimeProtectedFileStorageBase | class | core/ |
Base test class for MTime protected storage. |
| MTimeProtectedFileStorageBase.php | file | core/ |
|
| MTimeProtectedFileStorageBase::$expected | property | core/ |
The expected test results for the security test. |
| MTimeProtectedFileStorageBase::$secret | property | core/ |
The secret string to use for file creation. |
| MTimeProtectedFileStorageBase::$settings | property | core/ |
Test settings to pass to storage instances. |
| MTimeProtectedFileStorageBase::$storageClass | property | core/ |
The PHP storage class to test. |
| MTimeProtectedFileStorageBase::setUp | function | core/ |
|
| MTimeProtectedFileStorageBase::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
| MTimeProtectedFileStorageBase::testSecurity | function | core/ |
Tests the security of the MTimeProtectedFileStorage implementation. |
| MTimeProtectedFileStorageTest | class | core/ |
Tests the MTimeProtectedFileStorage implementation. |
| MTimeProtectedFileStorageTest.php | file | core/ |
|
| MTimeProtectedFileStorageTest::$expected | property | core/ |
The expected test results for the security test. |
| MTimeProtectedFileStorageTest::$storageClass | property | core/ |
The PHP storage class to test. |
| MultipleStaticContext::$userStorage | property | core/ |
The user storage. |
| MultipleWidgetFormTest::$fieldStorageMultiple | property | core/ |
An array of values defining a field multiple. |
| NavigationSectionStorage | class | core/ |
Provides navigation section storage. |
| NavigationSectionStorage.php | file | core/ |
|
| NavigationSectionStorage::$configFactory | property | core/ |
The config factory. |
| NavigationSectionStorage::$sections | property | core/ |
An array of sections. |
| NavigationSectionStorage::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
| NavigationSectionStorage::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
| NavigationSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
| NavigationSectionStorage::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.