ContentLanguageSettingsInterface::setTargetBundle

public ContentLanguageSettingsInterface::setTargetBundle($target_bundle)

Sets the bundle this config applies to.

Parameters

string $target_bundle: The bundle.

Return value

$this

File

core/modules/language/src/ContentLanguageSettingsInterface.php, line 34

Class

ContentLanguageSettingsInterface
Provides an interface defining language settings for content entities.

Namespace

Drupal\language

Code

public function setTargetBundle($target_bundle);
doc_Drupal
2016-10-29 08:57:57
Comments
Leave a Comment

Please login to continue.