Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 10.3.x for storage
  5. Other projects
Title Object type File name Summary
RecipeConfigStorageWrapperTest::testRightSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we fall back to the second storage.
RecipeConfigStorageWrapperTest::testSingleStorage function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that a single storage returns exactly the same instance.
RecipeConfigStorageWrapperTest::testUnsupportedMethods function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test methods that are unsupported.
RecipeOverrideConfigStorage class core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Wraps a config storage to allow recipe provided configuration to override it.
RecipeOverrideConfigStorage.php file core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RecipeOverrideConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Creates a collection on the storage.
RecipeOverrideConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Decodes configuration data from the storage-specific format.
RecipeOverrideConfigStorage::delete function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Deletes a configuration object from the storage.
RecipeOverrideConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Deletes configuration objects whose names start with a given prefix.
RecipeOverrideConfigStorage::encode function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Encodes configuration data into the storage-specific format.
RecipeOverrideConfigStorage::exists function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Returns whether a configuration object exists.
RecipeOverrideConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the existing collections.
RecipeOverrideConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the name of the current collection the storage is using.
RecipeOverrideConfigStorage::listAll function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets configuration object names starting with a given prefix.
RecipeOverrideConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecipeOverrideConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecipeOverrideConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Renames a configuration object in the storage.
RecipeOverrideConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Writes configuration data to the storage.
RecipeOverrideConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RemoveBlockForm::handleSectionStorage function core/modules/layout_builder/src/Form/RemoveBlockForm.php Performs any actions on the section storage before saving.
RemoveSectionForm::handleSectionStorage function core/modules/layout_builder/src/Form/RemoveSectionForm.php Performs any actions on the section storage before saving.
RequestHandlerTest::$entityStorage property core/modules/rest/tests/src/Kernel/RequestHandlerTest.php The entity storage.
RequiredFieldStorageDefinitionInterface interface core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php Defines an interface for required field storage definitions.
RequiredFieldStorageDefinitionInterface.php file core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php
RequiredFieldStorageDefinitionInterface::isStorageRequired function core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php Returns whether the field storage is required.
ResourceRoutes::$resourceConfigStorage property core/modules/rest/src/Routing/ResourceRoutes.php The REST resource config storage.
ResourceTestBase::$entityStorage property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity storage.
ResourceTestBase::$resourceConfigStorage property core/modules/rest/tests/src/Functional/ResourceTestBase.php The REST resource config entity storage.
ResponsiveImageFormatter::$imageStyleStorage property core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php The image style entity storage.
ResponsiveImageFormatter::$responsiveImageStyleStorage property core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
RestPermissions::$resourceConfigStorage property core/modules/rest/src/RestPermissions.php The REST resource config storage.
RevertOverridesForm::$sectionStorage property core/modules/layout_builder/src/Form/RevertOverridesForm.php The section storage.
RevisionableStorageInterface interface core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php A storage that supports revisionable entity types.
RevisionableStorageInterface.php file core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php
RevisionableStorageInterface::createRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Creates a new revision starting off from the specified entity object.
RevisionableStorageInterface::deleteRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Deletes a specific entity revision.
RevisionableStorageInterface::getLatestRevisionId function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Returns the latest revision identifier for an entity.
RevisionableStorageInterface::loadMultipleRevisions function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads multiple entity revisions.
RevisionableStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads a specific entity revision.
Role::$roleStorage property core/modules/user/src/Plugin/views/access/Role.php The role storage.
RoleSettingsForm::$roleStorage property core/modules/user/src/Form/RoleSettingsForm.php The role storage used when changing the admin role.
RolesRid::$roleStorage property core/modules/user/src/Plugin/views/argument/RolesRid.php The role entity storage.
RoleStorage class core/modules/user/src/RoleStorage.php Controller class for user roles.
RoleStorage.php file core/modules/user/src/RoleStorage.php
RoleStorage::isPermissionInRoles function core/modules/user/src/RoleStorage.php Returns whether a permission is in one of the passed in roles.
RoleStorageInterface interface core/modules/user/src/RoleStorageInterface.php Defines an interface for role entity storage classes.
RoleStorageInterface.php file core/modules/user/src/RoleStorageInterface.php
RoleStorageInterface::isPermissionInRoles function core/modules/user/src/RoleStorageInterface.php Returns whether a permission is in one of the passed in roles.
RouteSubscriber::$viewStorage property core/modules/views/src/EventSubscriber/RouteSubscriber.php The view storage.
RouteSubscriberTest::$viewStorage property core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php The mocked config entity storage.

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