You are here

function slider_pro_style_plugin::validate in Slider Pro 7

Validate that the plugin is correct and can be saved.

Return value

array An array of error strings to tell the user what is wrong with this plugin.

Overrides views_plugin_style::validate

File

views/slider_pro_style_plugin.inc, line 332
Contains the slider pro style plugin.

Class

slider_pro_style_plugin
Style plugin to render views as slider pro instance.

Code

function validate() {
  parent::validate();
}