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 |
|---|---|---|---|
| StringStorageInterface::getLocations | function | core/ |
Loads string location information. |
| StringStorageInterface::getStrings | function | core/ |
Loads multiple source string objects. |
| StringStorageInterface::getTranslations | function | core/ |
Loads multiple string translation objects. |
| StringStorageInterface::save | function | core/ |
Save string object to storage. |
| StubEntityStorageBase | class | core/ |
A stub base entity storage for testing purposes. |
| StubEntityStorageBase.php | file | core/ |
|
| StubEntityStorageBase::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| StubEntityStorageBase::doDelete | function | core/ |
Performs storage-specific entity deletion. |
| StubEntityStorageBase::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
| StubEntityStorageBase::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| StubEntityStorageBase::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
| StubEntityStorageBase::has | function | core/ |
Determines if this entity already exists in storage. |
| SupportAwareSectionStorageInterface | interface | core/ |
Interface for section storage that knows whether it supports a view mode. |
| SupportAwareSectionStorageInterface.php | file | core/ |
|
| SupportAwareSectionStorageInterface::isSupported | function | core/ |
Determines if layout builder is supported by a view mode. |
| SupportAwareSectionStorageManagerInterface | interface | core/ |
Interface for section manager that knows whether it supports view modes. |
| SupportAwareSectionStorageManagerInterface.php | file | core/ |
|
| SupportAwareSectionStorageManagerInterface::notSupported | function | core/ |
Determines whether a view mode is not supported by any storage. |
| SwitchShortcutSet::$shortcutSetStorage | property | core/ |
The shortcut set storage. |
| SystemMenuBlock::$menuStorage | property | core/ |
The menu storage. |
| SystemMenuOffCanvasForm::$menuStorage | property | core/ |
|
| TaggedWithTest::$tagFieldStorage | property | core/ |
Holds the field storage for test tag field. |
| TaxonomyIndexTid::$termStorage | property | core/ |
The term storage. |
| TaxonomyIndexTid::$vocabularyStorage | property | core/ |
The vocabulary storage. |
| TaxonomyIndexTid::$vocabularyStorage | property | core/ |
The vocabulary storage. |
| TermName::$termStorage | property | core/ |
The taxonomy term storage. |
| TermParentsTest::$termStorage | property | core/ |
The term storage. |
| TermStorage | class | core/ |
Defines a Controller class for taxonomy terms. |
| TermStorage.php | file | core/ |
|
| TermStorage::$ancestors | property | core/ |
Term ancestry keyed by ancestor term ID, keyed by term ID. |
| TermStorage::$treeChildren | property | core/ |
Array of term ancestors keyed by vocabulary ID and parent term ID. |
| TermStorage::$treeParents | property | core/ |
Array of term parents keyed by vocabulary ID and child term ID. |
| TermStorage::$trees | property | core/ |
Array of loaded trees keyed by a cache id matching tree arguments. |
| TermStorage::$treeTerms | property | core/ |
Array of terms in a tree keyed by vocabulary ID and term ID. |
| TermStorage::$vocabularyHierarchyType | property | core/ |
The type of hierarchy allowed within a vocabulary. |
| TermStorage::create | function | core/ |
|
| TermStorage::getAncestors | function | core/ |
Returns all ancestors of this term. |
| TermStorage::getChildren | function | core/ |
Returns all children terms of this term. |
| TermStorage::getNodeTerms | function | core/ |
Returns all terms used to tag some given nodes. |
| TermStorage::getParents | function | core/ |
Returns a list of parents of this term. |
| TermStorage::getTermIdsWithPendingRevisions | function | core/ |
Gets a list of term IDs with pending revisions. |
| TermStorage::getVocabularyHierarchyType | function | core/ |
Returns the hierarchy type for a specific vocabulary ID. |
| TermStorage::loadAllParents | function | core/ |
Finds all ancestors of a given term ID. |
| TermStorage::loadChildren | function | core/ |
Finds all children of a term ID. |
| TermStorage::loadParents | function | core/ |
Finds all parents of a given term ID. |
| TermStorage::loadTree | function | core/ |
Finds all terms in a given vocabulary ID. |
| TermStorage::nodeCount | function | core/ |
Count the number of nodes in a given vocabulary ID. |
| TermStorage::resetCache | function | core/ |
Resets the entity cache. |
| TermStorage::resetWeights | function | core/ |
Reset the weights for a given vocabulary ID. |
| TermStorage::__sleep | function | core/ |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.