public function ContentLanguageSettings::getTargetBundle in Drupal 8
Same name and namespace in other branches
- 9 core/modules/language/src/Entity/ContentLanguageSettings.php \Drupal\language\Entity\ContentLanguageSettings::getTargetBundle()
Gets the bundle this config applies to.
Return value
string
Overrides ContentLanguageSettingsInterface::getTargetBundle
File
- core/
modules/ language/ src/ Entity/ ContentLanguageSettings.php, line 117
Class
- ContentLanguageSettings
- Defines the ContentLanguageSettings entity.
Namespace
Drupal\language\EntityCode
public function getTargetBundle() {
return $this->target_bundle;
}