You are here

public function VisualizationHandlerInterface::supportedTypes in Visualization API 7

Returns an array containing the chart types supported by this handler.

2 methods override VisualizationHandlerInterface::supportedTypes()
GoogleVisualizationAPIHandler::supportedTypes in includes/plugins/google_visualization_api.inc
Returns an array of supported chart types.
HighchartsHandler::supportedTypes in includes/plugins/highcharts.inc
Returns an array with supported chart types.

File

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

Class

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

Code

public function supportedTypes();