Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ReadOnlyStorageTest::testEncodeDecode | function | core/ |
@covers ::encode[[api-linebreak]] @covers ::decode[[api-linebreak]] |
| ReadOnlyStorageTest::testReadOperations | function | core/ |
@covers ::exists[[api-linebreak]] @covers ::read[[api-linebreak]] @covers ::readMultiple[[api-linebreak]] @covers ::listAll[[api-linebreak]] |
| ReadOnlyStorageTest::testWriteOperations | function | core/ |
@covers ::write[[api-linebreak]] @covers ::delete[[api-linebreak]] @covers ::rename[[api-linebreak]] @covers ::deleteAll[[api-linebreak]] |
| ReadOnlyStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
| RemoveBlockForm::handleSectionStorage | function | core/ |
Performs any actions on the section storage before saving. |
| RemoveSectionForm::handleSectionStorage | function | core/ |
Performs any actions on the section storage before saving. |
| RequestHandlerTest::$entityStorage | property | core/ |
The entity storage. |
| RequiredFieldStorageDefinitionInterface | interface | core/ |
Defines an interface for required field storage definitions. |
| RequiredFieldStorageDefinitionInterface.php | file | core/ |
|
| RequiredFieldStorageDefinitionInterface::isStorageRequired | function | core/ |
Returns whether the field storage is required. |
| ResourceRoutes::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
| ResourceTestBase::$entityStorage | property | core/ |
The entity storage. |
| ResourceTestBase::$resourceConfigStorage | property | core/ |
The REST resource config entity storage. |
| ResponsiveImageFormatter::$imageStyleStorage | property | core/ |
The image style entity storage. |
| ResponsiveImageFormatter::$responsiveImageStyleStorage | property | core/ |
|
| RestPermissions::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
| RevertOverridesForm::$sectionStorage | property | core/ |
The section storage. |
| RevisionableStorageInterface | interface | core/ |
A storage that supports revisionable entity types. |
| RevisionableStorageInterface.php | file | core/ |
|
| RevisionableStorageInterface::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
| RevisionableStorageInterface::deleteRevision | function | core/ |
Deletes a specific entity revision. |
| RevisionableStorageInterface::getLatestRevisionId | function | core/ |
Returns the latest revision identifier for an entity. |
| RevisionableStorageInterface::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
| RevisionableStorageInterface::loadRevision | function | core/ |
Loads a specific entity revision. |
| Role::$roleStorage | property | core/ |
The role storage. |
| Roles::$roleStorage | property | core/ |
The role storage. |
| RoleSettingsForm::$roleStorage | property | core/ |
The role storage used when changing the admin role. |
| RolesRid::$roleStorage | property | core/ |
The role entity storage. |
| RoleStorage | class | core/ |
Controller class for user roles. |
| RoleStorage.php | file | core/ |
|
| RoleStorage::isPermissionInRoles | function | core/ |
Returns whether a permission is in one of the passed in roles. |
| RoleStorageInterface | interface | core/ |
Defines an interface for role entity storage classes. |
| RoleStorageInterface.php | file | core/ |
|
| RoleStorageInterface::isPermissionInRoles | function | core/ |
Returns whether a permission is in one of the passed in roles. |
| RouteSubscriber::$viewStorage | property | core/ |
The view storage. |
| RouteSubscriberTest::$viewStorage | property | core/ |
The mocked view storage. |
| SearchPageRepository::$storage | property | core/ |
The search page storage. |
| SearchPageRepositoryTest::$storage | property | core/ |
The search page storage. |
| SectionStorage | class | core/ |
Defines a Section Storage type annotation object. |
| SectionStorage.php | file | core/ |
|
| SectionStorage::$context_definitions | property | core/ |
Any required context definitions, optional. |
| SectionStorage::$handles_permission_check | property | core/ |
Indicates that this section storage handles its own permission checking. |
| SectionStorage::$id | property | core/ |
The plugin ID. |
| SectionStorage::$weight | property | core/ |
The plugin weight, optional (defaults to 0). |
| SectionStorage::get | function | core/ |
Gets the value of an annotation. |
| SectionStorageBase | class | core/ |
Provides a base class for Section Storage types. |
| SectionStorageBase.php | file | core/ |
|
| SectionStorageBase::appendSection | function | core/ |
Appends a new section to the end of the list. |
| SectionStorageBase::count | function | core/ |
#[\ReturnTypeWillChange] |
| SectionStorageBase::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.