StringStorageInterface::save

public StringStorageInterface::save($string)

Save string object to storage.

Parameters

\Drupal\locale\StringInterface $string: The string object.

Return value

\Drupal\locale\StringStorageInterface The called object.

Throws

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

File

core/modules/locale/src/StringStorageInterface.php, line 110

Class

StringStorageInterface
Defines the locale string storage interface.

Namespace

Drupal\locale

Code

public function save($string);
doc_Drupal
2016-10-29 09:45:18
Comments
Leave a Comment

Please login to continue.