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 11.x for storage
  5. Other projects
Title Object type File name Summary
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.
SearchPageRepository::$storage property core/modules/search/src/SearchPageRepository.php The search page storage.
SearchPageRepositoryTest::$storage property core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php The search page storage.
SectionStorage class core/modules/layout_builder/src/Annotation/SectionStorage.php Defines a Section Storage type annotation object.
SectionStorage class core/modules/layout_builder/src/Attribute/SectionStorage.php Defines a SectionStorage attribute.
SectionStorage.php file core/modules/layout_builder/src/Attribute/SectionStorage.php
SectionStorage.php file core/modules/layout_builder/src/Annotation/SectionStorage.php
SectionStorage::$context_definitions property core/modules/layout_builder/src/Annotation/SectionStorage.php Any required context definitions, optional.
SectionStorage::$handles_permission_check property core/modules/layout_builder/src/Annotation/SectionStorage.php Indicates that this section storage handles its own permission checking.
SectionStorage::$id property core/modules/layout_builder/src/Annotation/SectionStorage.php The plugin ID.
SectionStorage::$weight property core/modules/layout_builder/src/Annotation/SectionStorage.php The plugin weight, optional (defaults to 0).
SectionStorage::get function core/modules/layout_builder/src/Annotation/SectionStorage.php Gets the value of an annotation.
SectionStorage::get function core/modules/layout_builder/src/Attribute/SectionStorage.php Gets the value of an attribute.
SectionStorage::__construct function core/modules/layout_builder/src/Attribute/SectionStorage.php Constructs a SectionStorage attribute.
SectionStorageBase class core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Provides a base class for Section Storage types.
SectionStorageBase.php file core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php
SectionStorageBase::appendSection function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Appends a new section to the end of the list.
SectionStorageBase::count function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php #[\ReturnTypeWillChange]
SectionStorageBase::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets contexts for use during preview.
SectionStorageBase::getSection function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets a domain object for the layout section.
SectionStorageBase::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets the section list.

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