public function StringInterface::save in Localization update 7.2
Saves string object to storage.
Return value
StringInterface The called object.
Throws
StringStorageException In case of failures, an exception is thrown.
1 method overrides StringInterface::save()
- StringBase::save in includes/
locale/ StringBase.php - Implements LocaleString::save().
File
- includes/
locale/ StringInterface.php, line 165 - Definition of StringInterface.
Class
- StringInterface
- Defines the locale string interface.
Code
public function save();