You are here

public function ContentLanguageSettings::getTargetEntityTypeId in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/language/src/Entity/ContentLanguageSettings.php \Drupal\language\Entity\ContentLanguageSettings::getTargetEntityTypeId()

Gets the entity type ID this config applies to.

Return value

string

Overrides ContentLanguageSettingsInterface::getTargetEntityTypeId

File

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

Class

ContentLanguageSettings
Defines the ContentLanguageSettings entity.

Namespace

Drupal\language\Entity

Code

public function getTargetEntityTypeId() {
  return $this->target_entity_type_id;
}