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

1
2
3
public function getTargetBundle() {
  return $this->target_bundle;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.