function ContentLanguageSettings::getTargetEntityTypeId

Same name and namespace in other branches
  1. 10 core/modules/language/src/Entity/ContentLanguageSettings.php \Drupal\language\Entity\ContentLanguageSettings::getTargetEntityTypeId()
  2. 9 core/modules/language/src/Entity/ContentLanguageSettings.php \Drupal\language\Entity\ContentLanguageSettings::getTargetEntityTypeId()
  3. 8.9.x core/modules/language/src/Entity/ContentLanguageSettings.php \Drupal\language\Entity\ContentLanguageSettings::getTargetEntityTypeId()

Gets the entity type ID this config applies to.

Return value

string The entity type ID this config applies to.

Overrides ContentLanguageSettingsInterface::getTargetEntityTypeId

File

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

Class

ContentLanguageSettings
Defines the ContentLanguageSettings entity.

Namespace

Drupal\language\Entity

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.