protected StringDatabaseStorage::dbStringUpdate($string)
Updates string object in the database.
Parameters
\Drupal\locale\StringInterface $string: The string object.
Return value
bool|int If the record update failed, returns FALSE. If it succeeded, returns SAVED_NEW or SAVED_UPDATED.
Throws
\Drupal\locale\StringStorageException If the string is not suitable for this storage, an exception is thrown.
File
core/modules/locale/src/StringDatabaseStorage.php, line 496
Class
StringDatabaseStora