public function StringInterface::setStorage in Localization update 7.2
Sets the string storage.
Parameters
StringStorageInterface $storage: The storage to use for this string.
Return value
StringInterface The called object.
1 method overrides StringInterface::setStorage()
- StringBase::setStorage in includes/
locale/ StringBase.php - Implements StringInterface::setStorage().
File
- includes/
locale/ StringInterface.php, line 106 - Definition of StringInterface.
Class
- StringInterface
- Defines the locale string interface.
Code
public function setStorage(StringStorageInterface $storage);