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