public ContentLanguageSettings::getTargetBundle()
Gets the bundle this config applies to.
Return value
string
Overrides ContentLanguageSettingsInterface::getTargetBundle
File
- core/modules/language/src/Entity/ContentLanguageSettings.php, line 105
Class
- ContentLanguageSettings
- Defines the ContentLanguageSettings entity.
Namespace
Drupal\language\Entity
Code
public function getTargetBundle() { return $this->target_bundle; }
Please login to continue.