You are here

public function VisualizationHandlerInterface::postRender in Visualization API 8

Performs anything that should be considered after rendering.

2 methods override VisualizationHandlerInterface::postRender()
GoogleVisualizationAPIHandler::postRender in src/Plugin/visualization/handler/GoogleVisualizationAPIHandler.php
Loads the global Javascript required by the Google Visualization API.
HighchartsHandler::postRender in src/Plugin/visualization/handler/HighchartsHandler.php
Includes global Javascript required by Highcharts.

File

src/VisualizationHandlerInterface.php, line 47
Definition of Drupal\visualization\VisualizationHandlerInterface.

Class

VisualizationHandlerInterface
Provides interfaces used by the module and its plugins.

Namespace

Drupal\visualization

Code

public function postRender();