Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
AccountSettingsForm::$roleStorage property core/modules/user/src/AccountSettingsForm.php The role storage used when changing the admin role.
ActionFormBase::$storage property core/modules/action/src/Form/ActionFormBase.php The action storage.
AggregatorFeedBlock::$feedStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for feeds.
AggregatorFeedBlock::$itemStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for items.
AliasManagerTest::$aliasStorage property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Alias storage.
AliasStorage class core/lib/Drupal/Core/Path/AliasStorage.php Provides a class for CRUD operations on path aliases.
AliasStorage.php file core/lib/Drupal/Core/Path/AliasStorage.php
AliasStorage::$connection property core/lib/Drupal/Core/Path/AliasStorage.php The database connection.
AliasStorage::$entityTypeManager property core/lib/Drupal/Core/Path/AliasStorage.php The entity type manager.
AliasStorage::$moduleHandler property core/lib/Drupal/Core/Path/AliasStorage.php The module handler.
AliasStorage::addLanguageFallback function core/lib/Drupal/Core/Path/AliasStorage.php Adds path alias language fallback conditions to a select query object.
AliasStorage::aliasExists function core/lib/Drupal/Core/Path/AliasStorage.php Checks if alias already exists.
AliasStorage::delete function core/lib/Drupal/Core/Path/AliasStorage.php Deletes a URL alias.
AliasStorage::getAliasesForAdminListing function core/lib/Drupal/Core/Path/AliasStorage.php Loads aliases for admin listing.
AliasStorage::getBaseQuery function core/lib/Drupal/Core/Path/AliasStorage.php Returns a SELECT query for the path_alias base table.
AliasStorage::getPathAliasEntityStorage function core/lib/Drupal/Core/Path/AliasStorage.php Returns the path alias entity storage handler.
AliasStorage::languageAliasExists function core/lib/Drupal/Core/Path/AliasStorage.php Checks if there are any aliases with language defined.
AliasStorage::load function core/lib/Drupal/Core/Path/AliasStorage.php Fetches a specific URL alias from the database.
AliasStorage::lookupPathAlias function core/lib/Drupal/Core/Path/AliasStorage.php Returns an alias of Drupal system URL.
AliasStorage::lookupPathSource function core/lib/Drupal/Core/Path/AliasStorage.php Returns Drupal system URL of an alias.
AliasStorage::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorage.php Check if any alias exists starting with $initial_substring.
AliasStorage::preloadPathAlias function core/lib/Drupal/Core/Path/AliasStorage.php Pre-loads path alias information for a given list of source paths.
AliasStorage::save function core/lib/Drupal/Core/Path/AliasStorage.php Saves a path alias to the database.
AliasStorage::TABLE constant core/lib/Drupal/Core/Path/AliasStorage.php The table for the url_alias storage.
AliasStorage::__construct function core/lib/Drupal/Core/Path/AliasStorage.php Constructs a Path CRUD object.
AliasStorageInterface interface core/lib/Drupal/Core/Path/AliasStorageInterface.php Provides a class for CRUD operations on path aliases.
AliasStorageInterface.php file core/lib/Drupal/Core/Path/AliasStorageInterface.php
AliasStorageInterface::aliasExists function core/lib/Drupal/Core/Path/AliasStorageInterface.php Checks if alias already exists.
AliasStorageInterface::delete function core/lib/Drupal/Core/Path/AliasStorageInterface.php Deletes a URL alias.
AliasStorageInterface::getAliasesForAdminListing function core/lib/Drupal/Core/Path/AliasStorageInterface.php Loads aliases for admin listing.
AliasStorageInterface::languageAliasExists function core/lib/Drupal/Core/Path/AliasStorageInterface.php Checks if there are any aliases with language defined.
AliasStorageInterface::load function core/lib/Drupal/Core/Path/AliasStorageInterface.php Fetches a specific URL alias from the database.
AliasStorageInterface::lookupPathAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Returns an alias of Drupal system URL.
AliasStorageInterface::lookupPathSource function core/lib/Drupal/Core/Path/AliasStorageInterface.php Returns Drupal system URL of an alias.
AliasStorageInterface::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Check if any alias exists starting with $initial_substring.
AliasStorageInterface::preloadPathAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Pre-loads path alias information for a given list of source paths.
AliasStorageInterface::save function core/lib/Drupal/Core/Path/AliasStorageInterface.php Saves a path alias to the database.
Attribute::$storage property core/lib/Drupal/Core/Template/Attribute.php Stores the attribute data.
Attribute::storage function core/lib/Drupal/Core/Template/Attribute.php Returns the whole array.
AttributeTest::testStorage function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the storage method.
Auth::$userStorage property core/modules/locale/tests/modules/early_translation_test/src/Auth.php The user storage.
BaseFieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Creates a new field definition based upon a field storage definition.
BaseFieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the field storage definition.
BaseFieldDefinition::getUniqueStorageIdentifier function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns a unique identifier for the field storage.
BaseFieldDefinition::hasCustomStorage function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the storage behavior for this field.
BaseFieldDefinition::isStorageRequired function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns whether the field storage is required.
BaseFieldDefinition::setCustomStorage function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets the storage behavior for this field.
BaseFieldDefinition::setStorageRequired function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets whether the field storage is required.
BaseFieldDefinitionTest::testCustomStorage function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests custom storage.
BaseFieldDefinitionTest::testFieldStorageRequired function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests storage required.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.