public function VisualizationHandlerInterface::available in Visualization API 7
Whether or not the handler is available for rendering.
2 methods override VisualizationHandlerInterface::available()
- GoogleVisualizationAPIHandler::available in includes/
plugins/ google_visualization_api.inc - Returns whether or not the plugin is available.
- HighchartsHandler::available in includes/
plugins/ highcharts.inc - Whether or not the plugin is avialable.
File
- includes/
interfaces.inc, line 47 - Provides interfaces used by the module and its plugins.
Class
- VisualizationHandlerInterface
- @file Provides interfaces used by the module and its plugins.
Code
public function available();