Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| NodeStorage::countDefaultLanguageRevisions | function | core/ |
Counts the number of revisions in the default language. |
| NodeStorage::revisionIds | function | core/ |
Gets a list of node revision IDs for a specific node. |
| NodeStorage::updateType | function | core/ |
Updates all nodes of one type to be of another type. |
| NodeStorage::userRevisionIds | function | core/ |
Gets a list of revision IDs having a given user as node author. |
| NodeStorageBodyFieldHooks | class | core/ |
Hook implementations for node_storage_body_field. |
| NodeStorageBodyFieldHooks.php | file | core/ |
|
| NodeStorageBodyFieldHooks::systemInfoAlter | function | core/ |
Implements hook_system_info_alter(). |
| NodeStorageBodyFieldTest | class | core/ |
Tests the node_storage_body_field deprecated module. |
| NodeStorageBodyFieldTest.php | file | core/ |
|
| NodeStorageBodyFieldTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| NodeStorageBodyFieldTest::$modules | property | core/ |
Modules to install. |
| NodeStorageBodyFieldTest::testBackwardsCompatibility | function | core/ |
Tests the BC coverage for node_storage_body_field. |
| NodeStorageInterface | interface | core/ |
Defines an interface for node entity storage classes. |
| NodeStorageInterface.php | file | core/ |
|
| NodeStorageInterface::clearRevisionsLanguage | function | core/ |
Unsets the language for all nodes with the given language. |
| NodeStorageInterface::countDefaultLanguageRevisions | function | core/ |
Counts the number of revisions in the default language. |
| NodeStorageInterface::revisionIds | function | core/ |
Gets a list of node revision IDs for a specific node. |
| NodeStorageInterface::updateType | function | core/ |
Updates all nodes of one type to be of another type. |
| NodeStorageInterface::userRevisionIds | function | core/ |
Gets a list of revision IDs having a given user as node author. |
| NodeStorageSchema | class | core/ |
Defines the node schema handler. |
| NodeStorageSchema.php | file | core/ |
|
| NodeStorageSchema::getEntitySchema | function | core/ |
Gets the entity schema for the specified entity type. |
| NodeStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| NodeTermData::$vocabularyStorage | property | core/ |
The vocabulary storage. |
| NodeViewBuilderTest::$storage | property | core/ |
The node storage. |
| node_storage_body_field.info.yml | file | core/ |
core/modules/node/modules/node_storage_body_field/node_storage_body_field.info.yml |
| node_storage_body_field_test.info.yml | file | core/ |
core/modules/node/modules/node_storage_body_field/tests/modules/node_storage_body_field_test/node_storage_body_field_test.info.yml |
| NullStorage | class | core/ |
Defines a stub storage. |
| NullStorage.php | file | core/ |
|
| NullStorage::$collection | property | core/ |
The storage collection. |
| NullStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| NullStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| NullStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| NullStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| NullStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| NullStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| NullStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| NullStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| NullStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| NullStorage::read | function | core/ |
Reads configuration data from the storage. |
| NullStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| NullStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| NullStorage::write | function | core/ |
Writes configuration data to the storage. |
| NullStorage::__construct | function | core/ |
Constructs a new NullStorage. |
| NullStorageExpirable | class | core/ |
Defines a null key/value store implementation. |
| NullStorageExpirable.php | file | core/ |
|
| NullStorageExpirable::$collection | property | core/ |
The name of the collection holding key and value pairs. |
| NullStorageExpirable::$data | property | core/ |
The actual storage of key-value pairs. |
| NullStorageExpirable::delete | function | core/ |
Deletes an item from the key/value store. |
| NullStorageExpirable::deleteAll | function | core/ |
Deletes all items from the key/value store. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.