Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TranslationWebTest::$fieldStorage | property | core/ |
The field storage to use in this test. |
TwigPhpStorageCache | class | core/ |
Provides an alternate cache storage for Twig using PhpStorage. |
TwigPhpStorageCache.php | file | core/ |
|
TwigPhpStorageCache::$cache | property | core/ |
The cache object used for auto-refresh via mtime. |
TwigPhpStorageCache::$storage | property | core/ |
The PhpStorage object used for storing the templates. |
TwigPhpStorageCache::$templateCacheFilenamePrefix | property | core/ |
The template cache filename prefix. |
TwigPhpStorageCache::generateKey | function | core/ |
|
TwigPhpStorageCache::getTimestamp | function | core/ |
|
TwigPhpStorageCache::load | function | core/ |
|
TwigPhpStorageCache::storage | function | core/ |
Gets the PHP code storage object to use for the compiled Twig files. |
TwigPhpStorageCache::SUFFIX_SUBSTRING_LENGTH | constant | core/ |
The maximum length for each part of the cache key suffix. |
TwigPhpStorageCache::write | function | core/ |
|
TwigPhpStorageCache::__construct | function | core/ |
Store cache backend and other information internally. |
Type::$nodeTypeStorage | property | core/ |
NodeType storage handler. |
TypedConfigManager::$configStorage | property | core/ |
A storage instance for reading configuration data. |
TypedConfigManager::$schemaStorage | property | core/ |
A storage instance for reading configuration schema data. |
Uid::$storage | property | core/ |
The user storage. |
UnapprovedComments::$commentStorage | property | core/ |
The comment storage service. |
UnitTestCase::getConfigStorageStub | function | core/ |
Returns a stub config storage that returns the supplied configuration. |
UpdateManager::projectStorage | function | core/ |
Retrieves update storage data or empties it. |
UpdateManagerInterface::projectStorage | function | core/ |
Retrieves update storage data or empties it. |
update_storage_clear | function | core/ |
Invalidates stored data relating to update status. |
update_storage_clear_submit | function | core/ |
Form submission handler for system_modules(). |
Upgrade6Test::$nodeStorage | property | core/ |
The entity storage for node. |
Upgrade7Test::$nodeStorage | property | core/ |
The entity storage for node. |
UriItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
UriItemTest::$fieldStorage | property | core/ |
A field to use in this test class. |
User::$userStorage | property | core/ |
The user storage. |
User::getRoleStorage | function | core/ |
Returns the role storage object. |
UserAuthenticationController::$userStorage | property | core/ |
The user storage. |
UserAuthTest::$userStorage | property | core/ |
The mock user storage. |
UserController::$userStorage | property | core/ |
The user storage. |
UserKernelTestBase::$roleStorage | property | core/ |
The entity storage for roles. |
UserKernelTestBase::$userStorage | property | core/ |
The entity storage for users. |
UserLoginForm::$userStorage | property | core/ |
The user storage. |
UserMultipleCancelConfirm::$userStorage | property | core/ |
The user storage. |
UserPasswordForm::$userStorage | property | core/ |
The user storage. |
UserPermissionsForm::$roleStorage | property | core/ |
The role storage. |
UserSession::getRoleStorage | function | core/ |
Returns the role storage object. |
UserStorage | class | core/ |
Controller class for users. |
UserStorage.php | file | core/ |
|
UserStorage::deleteRoleReferences | function | core/ |
Delete role references. |
UserStorage::doSaveFieldItems | function | core/ |
Writes entity field values to the storage. |
UserStorage::isColumnSerial | function | core/ |
Checks whether a field column should be treated as serial. |
UserStorage::updateLastAccessTimestamp | function | core/ |
Update the last access timestamp of the user. |
UserStorage::updateLastLoginTimestamp | function | core/ |
Update the last login timestamp of the user. |
UserStorageInterface | interface | core/ |
Defines an interface for user entity storage classes. |
UserStorageInterface.php | file | core/ |
|
UserStorageInterface::deleteRoleReferences | function | core/ |
Delete role references. |
UserStorageInterface::updateLastAccessTimestamp | function | core/ |
Update the last access timestamp of the user. |
Pagination
- Previous page
- Page 66
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.