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 |
|---|---|---|---|
| ForumIndexStorage::createIndex | function | core/ |
Creates a {forum_index} entry for the given node. |
| ForumIndexStorage::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
| ForumIndexStorage::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
| ForumIndexStorage::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
| ForumIndexStorage::getOriginalTermId | function | core/ |
Returns the forum term id associated with an existing forum node. |
| ForumIndexStorage::read | function | core/ |
Reads an array of {forum} records for the given revision ids. |
| ForumIndexStorage::update | function | core/ |
Updates the {forum} table for the given node. |
| ForumIndexStorage::updateIndex | function | core/ |
Updates the {forum_index} records for a given node. |
| ForumIndexStorage::__construct | function | core/ |
Constructs a ForumIndexStorage object. |
| ForumIndexStorageInterface | interface | core/ |
Handles CRUD operations to {forum_index} table. |
| ForumIndexStorageInterface.php | file | core/ |
|
| ForumIndexStorageInterface::create | function | core/ |
Creates a record in {forum} table for the given node. |
| ForumIndexStorageInterface::createIndex | function | core/ |
Creates a {forum_index} entry for the given node. |
| ForumIndexStorageInterface::delete | function | core/ |
Deletes the records in {forum} table for the given node. |
| ForumIndexStorageInterface::deleteIndex | function | core/ |
Deletes the {forum_index} records for a given node. |
| ForumIndexStorageInterface::deleteRevision | function | core/ |
Deletes the records in {forum} table for a given node revision. |
| ForumIndexStorageInterface::getOriginalTermId | function | core/ |
Returns the forum term id associated with an existing forum node. |
| ForumIndexStorageInterface::read | function | core/ |
Reads an array of {forum} records for the given revision ids. |
| ForumIndexStorageInterface::update | function | core/ |
Updates the {forum} table for the given node. |
| ForumIndexStorageInterface::updateIndex | function | core/ |
Updates the {forum_index} records for a given node. |
| ForumUninstallTest::testForumUninstallWithoutFieldStorage | function | core/ |
Tests uninstallation if the field storage has been deleted beforehand. |
| forum_node_storage_load | function | core/ |
Implements hook_ENTITY_TYPE_storage_load() for node entities. |
| FrontPageTest::$nodeStorage | property | core/ |
The entity storage for nodes. |
| HandlerFieldFieldTest::$fieldStorages | property | core/ |
Test field storage. |
| hook_entity_field_storage_info | function | core/ |
Provides field storage definitions for a content entity type. |
| hook_entity_field_storage_info_alter | function | core/ |
Alter field storage definitions for a content entity type. |
| hook_entity_storage_load | function | core/ |
Act on content entities when loaded from the storage. |
| hook_ENTITY_TYPE_storage_load | function | core/ |
Act on content entities of a given type when loaded from the storage. |
| hook_field_purge_field_storage | function | core/ |
Acts when a field storage definition is being purged. |
| hook_field_storage_config_update_forbid | function | core/ |
Forbid a field storage update from occurring. |
| ImageFormatter::$imageStyleStorage | property | core/ |
The image style entity storage. |
| ImageItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| ImageItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
| ImageStyleFormBase::$imageStyleStorage | property | core/ |
The image style entity storage. |
| ImageStyleStorage | class | core/ |
Storage controller class for "image style" configuration entities. |
| ImageStyleStorage.php | file | core/ |
|
| ImageStyleStorage::$replacement | property | core/ |
Image style replacement memory storage. |
| ImageStyleStorage::clearReplacementId | function | core/ |
Clears a replacement ID from the storage. |
| ImageStyleStorage::getReplacementId | function | core/ |
Retrieves the replacement ID of a deleted image style. |
| ImageStyleStorage::setReplacementId | function | core/ |
Stores a replacement ID for an image style being deleted. |
| ImageStyleStorageInterface | interface | core/ |
Interface for storage controller for "image style" configuration entities. |
| ImageStyleStorageInterface.php | file | core/ |
|
| ImageStyleStorageInterface::clearReplacementId | function | core/ |
Clears a replacement ID from the storage. |
| ImageStyleStorageInterface::getReplacementId | function | core/ |
Retrieves the replacement ID of a deleted image style. |
| ImageStyleStorageInterface::setReplacementId | function | core/ |
Stores a replacement ID for an image style being deleted. |
| ImageUrlFormatter::$imageStyleStorage | property | core/ |
The image style entity storage. |
| image_field_storage_config_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. |
| image_field_storage_config_update | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
| ImportableEntityStorageInterface.php | file | core/ |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.