function ContentLanguageSettingsInterface::getTargetEntityTypeId
Same name in other branches
- 9 core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::getTargetEntityTypeId()
- 8.9.x core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::getTargetEntityTypeId()
- 10 core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::getTargetEntityTypeId()
Gets the entity type ID this config applies to.
Return value
string
1 method overrides ContentLanguageSettingsInterface::getTargetEntityTypeId()
- ContentLanguageSettings::getTargetEntityTypeId in core/
modules/ language/ src/ Entity/ ContentLanguageSettings.php - Gets the entity type ID this config applies to.
File
-
core/
modules/ language/ src/ ContentLanguageSettingsInterface.php, line 17
Class
- ContentLanguageSettingsInterface
- Provides an interface defining language settings for content entities.
Namespace
Drupal\languageCode
public function getTargetEntityTypeId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.