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);
Please login to continue.