You are here

public function VisualizationHandlerInterface::postRender in Visualization API 7

Performs anything that should be considered after rendering.

2 methods override VisualizationHandlerInterface::postRender()
GoogleVisualizationAPIHandler::postRender in includes/plugins/google_visualization_api.inc
Loads the global Javascript required by the Google Visualization API.
HighchartsHandler::postRender in includes/plugins/highcharts.inc
Includes global Javascript required by Highcharts.

File

includes/interfaces.inc, line 42
Provides interfaces used by the module and its plugins.

Class

VisualizationHandlerInterface
@file Provides interfaces used by the module and its plugins.

Code

public function postRender();