Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
StringDatabaseStorage::dbStringSelect function core/modules/locale/src/StringDatabaseStorage.php Builds a SELECT query with multiple conditions and fields.
StringDatabaseStorage::dbStringTable function core/modules/locale/src/StringDatabaseStorage.php Gets table name for storing string object.
StringDatabaseStorage::dbStringUpdate function core/modules/locale/src/StringDatabaseStorage.php Updates string object in the database.
StringDatabaseStorage::delete function core/modules/locale/src/StringDatabaseStorage.php Delete string from storage.
StringDatabaseStorage::deleteStrings function core/modules/locale/src/StringDatabaseStorage.php Deletes source strings and translations using conditions.
StringDatabaseStorage::deleteTranslations function core/modules/locale/src/StringDatabaseStorage.php Deletes translations using conditions.
StringDatabaseStorage::findString function core/modules/locale/src/StringDatabaseStorage.php Loads a string source object, fast query.
StringDatabaseStorage::findTranslation function core/modules/locale/src/StringDatabaseStorage.php Loads a string translation object, fast query.
StringDatabaseStorage::getLocations function core/modules/locale/src/StringDatabaseStorage.php Loads string location information.
StringDatabaseStorage::getStrings function core/modules/locale/src/StringDatabaseStorage.php Loads multiple source string objects.
StringDatabaseStorage::getTranslations function core/modules/locale/src/StringDatabaseStorage.php Loads multiple string translation objects.
StringDatabaseStorage::save function core/modules/locale/src/StringDatabaseStorage.php Save string object to storage.
StringDatabaseStorage::updateLocation function core/modules/locale/src/StringDatabaseStorage.php Update locations for string.
StringDatabaseStorage::__construct function core/modules/locale/src/StringDatabaseStorage.php Constructs a new StringDatabaseStorage class.
StringInterface::getStorage function core/modules/locale/src/StringInterface.php Gets the string storage.
StringInterface::setStorage function core/modules/locale/src/StringInterface.php Sets the string storage.
StringItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Defines the storage-level settings for this plugin.
StringItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Returns a form for the storage-level settings.
StringItemBase::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php Defines the storage-level settings for this plugin.
StringStorageException class core/modules/locale/src/StringStorageException.php Defines an exception thrown when storage operations fail.
StringStorageException.php file core/modules/locale/src/StringStorageException.php
StringStorageInterface interface core/modules/locale/src/StringStorageInterface.php Defines the locale string storage interface.
StringStorageInterface.php file core/modules/locale/src/StringStorageInterface.php
StringStorageInterface::countStrings function core/modules/locale/src/StringStorageInterface.php Counts source strings.
StringStorageInterface::countTranslations function core/modules/locale/src/StringStorageInterface.php Counts translations.
StringStorageInterface::createString function core/modules/locale/src/StringStorageInterface.php Creates a source string object bound to this storage but not saved.
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.
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.

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