protected function EntityRenderController::alterBuild

Specific per-entity building.

Parameters

array $build: The render array that is being created.

\Drupal\Core\Entity\EntityInterface $entity: The entity to be prepared.

\Drupal\entity\Plugin\Core\Entity\EntityDisplay $display: The entity_display object holding the display options configured for the entity components.

string $view_mode: The view mode that should be used to prepare the entity.

string $langcode: (optional) For which language the entity should be prepared, defaults to the current content language.

4 methods override EntityRenderController::alterBuild()

File

drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php, line 84
Contains \Drupal\Core\Entity\EntityRenderController.

Class

EntityRenderController
Base class for entity view controllers.

Namespace

Drupal\Core\Entity

Code

protected function alterBuild(array &$build, EntityInterface $entity, EntityDisplay $display, $view_mode, $langcode = NULL) {
}