Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContentLanguageSettings.php

function ContentLanguageSettings::preSave

Overrides ConfigEntityBase::preSave

File

core/modules/language/src/Entity/ContentLanguageSettings.php, line 178

Class

ContentLanguageSettings
Defines the ContentLanguageSettings entity.

Namespace

Drupal\language\Entity

Code

public function preSave(EntityStorageInterface $storage) {
    $this->id = $this->id();
    parent::preSave($storage);
}
RSS feed
Powered by Drupal