You are here

public function StringInterface::getStorage in Localization update 7.2

Gets the string storage.

Return value

StringStorageInterface The storage used for this string.

1 method overrides StringInterface::getStorage()
StringBase::getStorage in includes/locale/StringBase.php
Implements StringInterface::getStorage().

File

includes/locale/StringInterface.php, line 95
Definition of StringInterface.

Class

StringInterface
Defines the locale string interface.

Code

public function getStorage();