Implements Drupal\locale\StringInterface::save().
Overrides StringBase::save
File
- drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php, line 113
- Definition of Drupal\locale\TranslationString.
Class
- TranslationString
- Defines the locale translation string object.
Namespace
Drupal\locale
Code
public function save() {
parent::save();
$this->is_new = FALSE;
return $this;
}