You are here

public function BlazyFormatterInterface::buildSettings in Blazy 7

Same name and namespace in other branches
  1. 8.2 src/BlazyFormatterInterface.php \Drupal\blazy\BlazyFormatterInterface::buildSettings()

Modifies the field formatter settings inherited by child elements.

Parameters

array $build: The array containing: settings, or potential optionset for extensions.

object $items: The items to prepare settings for.

object $entity: The entity this field belongs to.

File

src/BlazyFormatterInterface.php, line 20

Class

BlazyFormatterInterface
Defines common field formatter-related methods: Blazy, Slick.

Namespace

Drupal\blazy

Code

public function buildSettings(array &$build, $items, $entity);