public function StringStorageInterface::createString in Drupal 8
Same name and namespace in other branches
- 9 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::createString()
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
\Drupal\locale\SourceString New source string object.
1 method overrides StringStorageInterface::createString()
- StringDatabaseStorage::createString in core/
modules/ locale/ src/ StringDatabaseStorage.php - Creates a source string object bound to this storage but not saved.
File
- core/
modules/ locale/ src/ StringStorageInterface.php, line 167
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function createString($values = []);