public function ContentLanguageSettingsInterface::getTargetBundle in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::getTargetBundle()
Gets the bundle this config applies to.
Return value
string
1 method overrides ContentLanguageSettingsInterface::getTargetBundle()
- ContentLanguageSettings::getTargetBundle in core/
modules/ language/ src/ Entity/ ContentLanguageSettings.php - Gets the bundle this config applies to.
File
- core/
modules/ language/ src/ ContentLanguageSettingsInterface.php, line 29 - Contains \Drupal\language\ContentLanguageSettingsInterface.
Class
- ContentLanguageSettingsInterface
- Provides an interface defining language settings for content entities.
Namespace
Drupal\languageCode
public function getTargetBundle();