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 |
---|---|---|---|
AccountSettingsForm::$roleStorage | property | core/ |
The role storage used when changing the admin role. |
ActionFormBase::$storage | property | core/ |
The action storage. |
AggregatorFeedBlock::$feedStorage | property | core/ |
The entity storage for feeds. |
AggregatorFeedBlock::$itemStorage | property | core/ |
The entity storage for items. |
AliasManagerTest::$aliasStorage | property | core/ |
Alias storage. |
AliasStorage | class | core/ |
Provides a class for CRUD operations on path aliases. |
AliasStorage.php | file | core/ |
|
AliasStorage::$connection | property | core/ |
The database connection. |
AliasStorage::$entityTypeManager | property | core/ |
The entity type manager. |
AliasStorage::$moduleHandler | property | core/ |
The module handler. |
AliasStorage::addLanguageFallback | function | core/ |
Adds path alias language fallback conditions to a select query object. |
AliasStorage::aliasExists | function | core/ |
Checks if alias already exists. |
AliasStorage::delete | function | core/ |
Deletes a URL alias. |
AliasStorage::getAliasesForAdminListing | function | core/ |
Loads aliases for admin listing. |
AliasStorage::getBaseQuery | function | core/ |
Returns a SELECT query for the path_alias base table. |
AliasStorage::getPathAliasEntityStorage | function | core/ |
Returns the path alias entity storage handler. |
AliasStorage::languageAliasExists | function | core/ |
Checks if there are any aliases with language defined. |
AliasStorage::load | function | core/ |
Fetches a specific URL alias from the database. |
AliasStorage::lookupPathAlias | function | core/ |
Returns an alias of Drupal system URL. |
AliasStorage::lookupPathSource | function | core/ |
Returns Drupal system URL of an alias. |
AliasStorage::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
AliasStorage::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of source paths. |
AliasStorage::save | function | core/ |
Saves a path alias to the database. |
AliasStorage::TABLE | constant | core/ |
The table for the url_alias storage. |
AliasStorage::__construct | function | core/ |
Constructs a Path CRUD object. |
AliasStorageInterface | interface | core/ |
Provides a class for CRUD operations on path aliases. |
AliasStorageInterface.php | file | core/ |
|
AliasStorageInterface::aliasExists | function | core/ |
Checks if alias already exists. |
AliasStorageInterface::delete | function | core/ |
Deletes a URL alias. |
AliasStorageInterface::getAliasesForAdminListing | function | core/ |
Loads aliases for admin listing. |
AliasStorageInterface::languageAliasExists | function | core/ |
Checks if there are any aliases with language defined. |
AliasStorageInterface::load | function | core/ |
Fetches a specific URL alias from the database. |
AliasStorageInterface::lookupPathAlias | function | core/ |
Returns an alias of Drupal system URL. |
AliasStorageInterface::lookupPathSource | function | core/ |
Returns Drupal system URL of an alias. |
AliasStorageInterface::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
AliasStorageInterface::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of source paths. |
AliasStorageInterface::save | function | core/ |
Saves a path alias to the database. |
Attribute::$storage | property | core/ |
Stores the attribute data. |
Attribute::storage | function | core/ |
Returns the whole array. |
AttributeTest::testStorage | function | core/ |
Tests the storage method. |
Auth::$userStorage | property | core/ |
The user storage. |
BaseFieldDefinition::createFromFieldStorageDefinition | function | core/ |
Creates a new field definition based upon a field storage definition. |
BaseFieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
BaseFieldDefinition::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
BaseFieldDefinition::hasCustomStorage | function | core/ |
Returns the storage behavior for this field. |
BaseFieldDefinition::isStorageRequired | function | core/ |
Returns whether the field storage is required. |
BaseFieldDefinition::setCustomStorage | function | core/ |
Sets the storage behavior for this field. |
BaseFieldDefinition::setStorageRequired | function | core/ |
Sets whether the field storage is required. |
BaseFieldDefinitionTest::testCustomStorage | function | core/ |
Tests custom storage. |
BaseFieldDefinitionTest::testFieldStorageRequired | function | core/ |
Tests storage required. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.