public function BlazyFilterInterface::buildImageItem in Blazy 7
Same name and namespace in other branches
- 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\FilterCode
public function buildImageItem(array &$build, &$node);