1.20.x plugin.inc | views_plugin::validate() |
Validate that the plugin is correct and can be saved.
Return value
An array of error strings to tell the user what is wrong with this: plugin.
File
- modules/
views/ includes/ plugin.inc, line 91
Class
- views_plugin
- Abstract base class to provide interface common to all plugins.
Code
function validate() {
return array();
}