interface StringStorageInterface

Defines the locale string storage interface.

Hierarchy

Expanded class hierarchy of StringStorageInterface

All classes that implement StringStorageInterface

1 file declares its use of StringStorageInterface

File

drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php, line 13
Contains \Drupal\locale\StringStorageInterface.

Namespace

Drupal\locale
View source

Members

Namesort descending Modifiers Type Description Overrides
StringStorageInterface::countStrings public function Counts source strings. 1
StringStorageInterface::countTranslations public function Counts translations. 1
StringStorageInterface::createString public function Creates a source string object bound to this storage but not saved. 1
StringStorageInterface::createTranslation public function Creates a string translation object bound to this storage but not saved. 1
StringStorageInterface::delete public function Delete string from storage. 1
StringStorageInterface::deleteStrings public function Deletes source strings and translations using conditions. 1
StringStorageInterface::deleteTranslations public function Deletes translations using conditions. 1
StringStorageInterface::findString public function Loads a string source object, fast query. 1
StringStorageInterface::findTranslation public function Loads a string translation object, fast query. 1
StringStorageInterface::getLocations public function Loads string location information. 1
StringStorageInterface::getStrings public function Loads multiple source string objects. 1
StringStorageInterface::getTranslations public function Loads multiple string translation objects. 1
StringStorageInterface::save public function Save string object to storage. 1