function ContentLanguageSettingsInterface::getTargetBundle

Same name and namespace in other branches
  1. 9 core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::getTargetBundle()
  2. 8.9.x core/modules/language/src/ContentLanguageSettingsInterface.php \Drupal\language\ContentLanguageSettingsInterface::getTargetBundle()
  3. 10 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 24

Class

ContentLanguageSettingsInterface
Provides an interface defining language settings for content entities.

Namespace

Drupal\language

Code

public function getTargetBundle();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.