You are here

public function ObjectInterface::postBuild in Openlayers 7.3

Invoked after an objects render array is built.

Mostly invoked by the map object.

Parameters

array $build: The array with the build information.

\Drupal\openlayers\Types\ObjectInterface $context: The context of the build. Mostly the map object.

1 method overrides ObjectInterface::postBuild()
Base::postBuild in src/Types/Base.php
Invoked after an objects render array is built.

File

src/Types/ObjectInterface.php, line 177
Interface ObjectInterface.

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function postBuild(array &$build, ObjectInterface $context = NULL);