function ContentLanguageSettings::preSave
Overrides ConfigEntityBase::preSave
File
- 
              core/
modules/ language/ src/ Entity/ ContentLanguageSettings.php, line 165  
Class
- ContentLanguageSettings
 - Defines the ContentLanguageSettings entity.
 
Namespace
Drupal\language\EntityCode
public function preSave(EntityStorageInterface $storage) {
  $this->id = $this->id();
  parent::preSave($storage);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.