Search for storage

  1. Search 7.x for storage
  2. Search 8.9.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
StringStorageInterface::createTranslation function core/modules/locale/src/StringStorageInterface.php Creates a string translation object bound to this storage but not saved.
StringStorageInterface::delete function core/modules/locale/src/StringStorageInterface.php Delete string from storage.
StringStorageInterface::deleteStrings function core/modules/locale/src/StringStorageInterface.php Deletes source strings and translations using conditions.
StringStorageInterface::deleteTranslations function core/modules/locale/src/StringStorageInterface.php Deletes translations using conditions.
StringStorageInterface::findString function core/modules/locale/src/StringStorageInterface.php Loads a string source object, fast query.
StringStorageInterface::findTranslation function core/modules/locale/src/StringStorageInterface.php Loads a string translation object, fast query.
StringStorageInterface::getLocations function core/modules/locale/src/StringStorageInterface.php Loads string location information.
StringStorageInterface::getStrings function core/modules/locale/src/StringStorageInterface.php Loads multiple source string objects.
StringStorageInterface::getTranslations function core/modules/locale/src/StringStorageInterface.php Loads multiple string translation objects.
StringStorageInterface::save function core/modules/locale/src/StringStorageInterface.php Save string object to storage.
SwitchShortcutSet::$shortcutSetStorage property core/modules/shortcut/src/Form/SwitchShortcutSet.php The shortcut set storage.
SystemMenuBlock::$menuStorage property core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php The menu storage.
SystemMenuOffCanvasForm::$menuStorage property core/modules/system/src/Form/SystemMenuOffCanvasForm.php
TaggedWithTest::$tagFieldStorage property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Holds the field storage for test tag field.
Taxonomy::$termStorage property core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php
TaxonomyIndexTid::$termStorage property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php The term storage.
TaxonomyIndexTid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php The vocabulary storage.
TaxonomyIndexTid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php The vocabulary storage.
TermName::$termStorage property core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php The taxonomy term storage.
TermParentsTest::$termStorage property core/modules/taxonomy/tests/src/Functional/TermParentsTest.php The term storage.
TermStorage class core/modules/taxonomy/src/TermStorage.php Defines a Controller class for taxonomy terms.
TermStorage.php file core/modules/taxonomy/src/TermStorage.php
TermStorage::$ancestors property core/modules/taxonomy/src/TermStorage.php Term ancestry keyed by ancestor term ID, keyed by term ID.
TermStorage::$treeChildren property core/modules/taxonomy/src/TermStorage.php Array of term ancestors keyed by vocabulary ID and parent term ID.
TermStorage::$treeParents property core/modules/taxonomy/src/TermStorage.php Array of term parents keyed by vocabulary ID and child term ID.
TermStorage::$trees property core/modules/taxonomy/src/TermStorage.php Array of loaded trees keyed by a cache id matching tree arguments.
TermStorage::$treeTerms property core/modules/taxonomy/src/TermStorage.php Array of terms in a tree keyed by vocabulary ID and term ID.
TermStorage::$vocabularyHierarchyType property core/modules/taxonomy/src/TermStorage.php The type of hierarchy allowed within a vocabulary.
TermStorage::create function core/modules/taxonomy/src/TermStorage.php
TermStorage::deleteTermHierarchy function core/modules/taxonomy/src/TermStorage.php Removed reference to terms from term_hierarchy.
TermStorage::getAncestors function core/modules/taxonomy/src/TermStorage.php Returns all ancestors of this term.
TermStorage::getChildren function core/modules/taxonomy/src/TermStorage.php Returns all children terms of this term.
TermStorage::getNodeTerms function core/modules/taxonomy/src/TermStorage.php Returns all terms used to tag some given nodes.
TermStorage::getParents function core/modules/taxonomy/src/TermStorage.php Returns a list of parents of this term.
TermStorage::getTermIdsWithPendingRevisions function core/modules/taxonomy/src/TermStorage.php Gets a list of term IDs with pending revisions.
TermStorage::getVocabularyHierarchyType function core/modules/taxonomy/src/TermStorage.php Returns the hierarchy type for a specific vocabulary ID.
TermStorage::loadAllParents function core/modules/taxonomy/src/TermStorage.php Finds all ancestors of a given term ID.
TermStorage::loadChildren function core/modules/taxonomy/src/TermStorage.php Finds all children of a term ID.
TermStorage::loadParents function core/modules/taxonomy/src/TermStorage.php Finds all parents of a given term ID.
TermStorage::loadTree function core/modules/taxonomy/src/TermStorage.php Finds all terms in a given vocabulary ID.
TermStorage::nodeCount function core/modules/taxonomy/src/TermStorage.php Count the number of nodes in a given vocabulary ID.
TermStorage::resetCache function core/modules/taxonomy/src/TermStorage.php Resets the entity cache.
TermStorage::resetWeights function core/modules/taxonomy/src/TermStorage.php Reset the weights for a given vocabulary ID.
TermStorage::updateTermHierarchy function core/modules/taxonomy/src/TermStorage.php Updates terms hierarchy information with the hierarchy trail of it.
TermStorage::__sleep function core/modules/taxonomy/src/TermStorage.php
TermStorage::__wakeup function core/modules/taxonomy/src/TermStorage.php #[\ReturnTypeWillChange]
TermStorageInterface interface core/modules/taxonomy/src/TermStorageInterface.php Defines an interface for taxonomy_term entity storage classes.
TermStorageInterface.php file core/modules/taxonomy/src/TermStorageInterface.php
TermStorageInterface::deleteTermHierarchy function core/modules/taxonomy/src/TermStorageInterface.php Removed reference to terms from term_hierarchy.
TermStorageInterface::getNodeTerms function core/modules/taxonomy/src/TermStorageInterface.php Returns all terms used to tag some given nodes.

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