public function StringStorageInterface::createString in Localization update 7.2
Creates a source string object bound to this storage but not saved.
Parameters
array $values: (optional) Array with initial values. Defaults to empty array.
Return value
\SourceString New source string object.
1 method overrides StringStorageInterface::createString()
- StringDatabaseStorage::createString in includes/
locale/ StringDatabaseStorage.php - Implements StringStorageInterface::createString().
File
- includes/
locale/ StringStorageInterface.php, line 153 - Contains \StringStorageInterface.
Class
- StringStorageInterface
- Defines the locale string storage interface.
Code
public function createString($values = array());