public function StringInterface::getStorage

Gets the string storage.

Return value

Drupal\locale\StringStorageInterface The storage used for this string.

1 method overrides StringInterface::getStorage()
StringBase::getStorage in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\StringInterface::getStorage().

File

drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php, line 99
Definition of Drupal\locale\StringInterface.

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function getStorage();