ContentLanguageSettings::getTargetBundle

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;
}
doc_Drupal
2016-10-29 08:57:50
Comments
Leave a Comment

Please login to continue.