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

Breadcrumb

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

function ContentLanguageSettings::id

Overrides EntityBase::id

1 call to ContentLanguageSettings::id()
ContentLanguageSettings::preSave in core/modules/language/src/Entity/ContentLanguageSettings.php
Acts on an entity before the presave hook is invoked.

File

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

Class

ContentLanguageSettings
Defines the ContentLanguageSettings entity.

Namespace

Drupal\language\Entity

Code

public function id() {
    return $this->target_entity_type_id . '.' . $this->target_bundle;
}
RSS feed
Powered by Drupal