You are here

public function BlazyEntityInterface::build in Blazy 8.2

Same name and namespace in other branches
  1. 7 src/BlazyEntityInterface.php \Drupal\blazy\BlazyEntityInterface::build()

Build image/video preview either using theme_blazy(), or view builder.

Parameters

array $data: An array of data containing settings, and image item.

object $entity: The media entity, else file entity to be associated to media if any.

string $fallback: The fallback string to display such as file name or entity label.

Return value

array The renderable array of theme_blazy(), or view builder, else empty array.

1 method overrides BlazyEntityInterface::build()
BlazyEntity::build in src/BlazyEntity.php
Build image/video preview either using theme_blazy(), or view builder.

File

src/BlazyEntityInterface.php, line 29

Class

BlazyEntityInterface
Provides common entity utilities to work with field details.

Namespace

Drupal\blazy

Code

public function build(array &$data, $entity, $fallback = '');