EntityDisplayInterface::setTargetBundle

public EntityDisplayInterface::setTargetBundle($bundle)

Sets the bundle to be displayed.

Parameters

string $bundle: The bundle to be displayed.

Return value

$this

File

core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php, line 129

Class

EntityDisplayInterface
Provides a common interface for entity displays.

Namespace

Drupal\Core\Entity\Display

Code

1
public function setTargetBundle($bundle);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.