You are here

public function ContentLanguageSettings::getTargetBundle in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 109
Contains \Drupal\language\Entity\ContentLanguageSettings.

Class

ContentLanguageSettings
Defines the ContentLanguageSettings entity.

Namespace

Drupal\language\Entity

Code

public function getTargetBundle() {
  return $this->target_bundle;
}