function QuantChart::variables in Quant 7
Provide a list of Drupal variables handled by this plugin so they can be properly removed during module uninstall
Return value
An array of variable names
1 method overrides QuantChart::variables()
- QuantChartChartAPI::variables in plugins/
QuantChartChartAPI.inc - Implements parent::variables().
File
- plugins/
QuantChart.inc, line 32
Class
- QuantChart
- QuantChart class used to provide chart-rendering plugins
Code
function variables() {
return array();
}