public function EntityDisplayBaseInterface::getComponent

Gets the display options set for a component.

Parameters

string $name: The name of the component.

Return value

array|null The display options for the component, or NULL if the component is not displayed.

1 method overrides EntityDisplayBaseInterface::getComponent()
EntityDisplayBase::getComponent in drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php
Gets the display options set for a component.

File

drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBaseInterface.php, line 49
Contains \Drupal\entity\Plugin\Core\Entity\EntityDisplayBaseInterface.

Class

EntityDisplayBaseInterface
Provides an interface defining an entity display entity.

Namespace

Drupal\entity

Code

public function getComponent($name);