function EntityDisplayInterface::setTargetBundle
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php \Drupal\Core\Entity\Display\EntityDisplayInterface::setTargetBundle()
- 8.9.x core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php \Drupal\Core\Entity\Display\EntityDisplayInterface::setTargetBundle()
- 11.x core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php \Drupal\Core\Entity\Display\EntityDisplayInterface::setTargetBundle()
Sets the bundle to be displayed.
Parameters
string $bundle: The bundle to be displayed.
Return value
$this
1 method overrides EntityDisplayInterface::setTargetBundle()
- EntityDisplayBase::setTargetBundle in core/
lib/ Drupal/ Core/ Entity/ EntityDisplayBase.php
File
-
core/
lib/ Drupal/ Core/ Entity/ Display/ EntityDisplayInterface.php, line 129
Class
- EntityDisplayInterface
- Provides a common interface for entity displays.
Namespace
Drupal\Core\Entity\DisplayCode
public function setTargetBundle($bundle);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.