public function EntityDisplayBaseInterface::getComponents

Gets the display options for all components.

Return value

array The array of display options, keyed by component name.

1 method overrides EntityDisplayBaseInterface::getComponents()
EntityDisplayBase::getComponents in drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php
Gets the display options for all components.

File

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

Class

EntityDisplayBaseInterface
Provides an interface defining an entity display entity.

Namespace

Drupal\entity

Code

public function getComponents();