public function StringStorageInterface::delete in Localization update 7.2
Delete string from storage.
Parameters
\StringInterface $string: The string object.
Return value
\StringStorageInterface The called object.
Throws
\StringStorageException In case of failures, an exception is thrown.
1 method overrides StringStorageInterface::delete()
- StringDatabaseStorage::delete in includes/
locale/ StringDatabaseStorage.php - Implements StringStorageInterface::delete().
File
- includes/
locale/ StringStorageInterface.php, line 110 - Contains \StringStorageInterface.
Class
- StringStorageInterface
- Defines the locale string storage interface.
Code
public function delete(\StringInterface $string);