You are here

public function PageVariantViewBuilder::buildComponents in Page Manager 8.4

Same name and namespace in other branches
  1. 8 src/Entity/PageVariantViewBuilder.php \Drupal\page_manager\Entity\PageVariantViewBuilder::buildComponents()

Builds the component fields and properties of a set of entities.

Parameters

&$build: The renderable array representing the entity content.

\Drupal\Core\Entity\EntityInterface[] $entities: The entities whose content is being built.

\Drupal\Core\Entity\Display\EntityViewDisplayInterface[] $displays: The array of entity view displays holding the display options configured for the entity components, keyed by bundle name.

string $view_mode: The view mode in which the entity is being viewed.

Overrides EntityViewBuilderInterface::buildComponents

File

src/Entity/PageVariantViewBuilder.php, line 60

Class

PageVariantViewBuilder
Provides a view builder for page variant entities.

Namespace

Drupal\page_manager\Entity

Code

public function buildComponents(array &$build, array $entities, array $displays, $view_mode) {
  throw new \LogicException();
}