You are here

public function BlazyFilterInterface::buildImageItem in Blazy 7

Same name and namespace in other branches
  1. 8.2 src/Plugin/Filter/BlazyFilterInterface.php \Drupal\blazy\Plugin\Filter\BlazyFilterInterface::buildImageItem()

Returns the faked image item for the image, uploaded or hard-coded.

Parameters

array $build: The content array being modified.

object $node: The HTML DOM object.

File

src/Plugin/Filter/BlazyFilterInterface.php, line 40

Class

BlazyFilterInterface
Defines re-usable services and functions for blazy plugins.

Namespace

Drupal\blazy\Plugin\Filter

Code

public function buildImageItem(array &$build, &$node);