You are here

public function TagViewBuilder::buildComponents in Doubleclick for Publishers (DFP) 8

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 EntityViewBuilder::buildComponents

File

src/View/TagViewBuilder.php, line 105
Contains \Drupal\dfp\View\TagViewBuilder.

Class

TagViewBuilder
Provides a DFP Tag view builder.

Namespace

Drupal\dfp\View

Code

public function buildComponents(array &$build, array $entities, array $displays, $view_mode) {
}