function ContentLanguageSettings::id
1 call to ContentLanguageSettings::id()
- ContentLanguageSettings::preSave in core/
modules/ language/ src/ Entity/ ContentLanguageSettings.php
File
-
core/
modules/ language/ src/ Entity/ ContentLanguageSettings.php, line 109
Class
- ContentLanguageSettings
- Defines the ContentLanguageSettings entity.
Namespace
Drupal\language\EntityCode
public function id() {
return $this->target_entity_type_id . '.' . $this->target_bundle;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.