function StringStorageInterface::save
Same name in other branches
- 8.9.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::save()
- 10 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::save()
- 11.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::save()
Save string object to storage.
Parameters
\Drupal\locale\StringInterface $string: The string object.
Return value
$this The called object.
Throws
\Drupal\locale\StringStorageException In case of failures, an exception is thrown.
1 method overrides StringStorageInterface::save()
- StringDatabaseStorage::save in core/
modules/ locale/ src/ StringDatabaseStorage.php - Save string object to storage.
File
-
core/
modules/ locale/ src/ StringStorageInterface.php, line 110
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function save($string);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.