public function EntityDisplayInterface::setTargetBundle in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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 - Sets the bundle to be displayed.
File
- core/
lib/ Drupal/ Core/ Entity/ Display/ EntityDisplayInterface.php, line 134 - Contains \Drupal\Core\Entity\Display\EntityDisplayInterface.
Class
- EntityDisplayInterface
- Provides a common interface for entity displays.
Namespace
Drupal\Core\Entity\DisplayCode
public function setTargetBundle($bundle);