public function VisualizationHandlerInterface::supportedTypes in Visualization API 8
Returns an array containing the chart types supported by this handler.
2 methods override VisualizationHandlerInterface::supportedTypes()
- GoogleVisualizationAPIHandler::supportedTypes in src/
Plugin/ visualization/ handler/ GoogleVisualizationAPIHandler.php - Returns an array of supported chart types.
- HighchartsHandler::supportedTypes in src/
Plugin/ visualization/ handler/ HighchartsHandler.php - Returns an array with supported chart types.
File
- src/
VisualizationHandlerInterface.php, line 57 - Definition of Drupal\visualization\VisualizationHandlerInterface.
Class
- VisualizationHandlerInterface
- Provides interfaces used by the module and its plugins.
Namespace
Drupal\visualizationCode
public function supportedTypes();