public function StringInterface::save

Saves string object to storage.

Return value

Drupal\locale\LocaleString The called object.

Throws

Drupal\locale\StringStorageException In case of failures, an exception is thrown.

1 method overrides StringInterface::save()
StringBase::save in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\LocaleString::save().

File

drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php, line 217
Definition of Drupal\locale\StringInterface.

Class

StringInterface
Defines the locale string interface.

Namespace

Drupal\locale

Code

public function save();