You are here

function web_widgets_plugin_display_web_widgets::validate in Web Widgets 6

Same name and namespace in other branches
  1. 7 views/web_widgets_plugin_display_web_widgets.inc \web_widgets_plugin_display_web_widgets::validate()

Display validation.

File

views/web_widgets_plugin_display_web_widgets.inc, line 248
Implementation of widget display.

Class

web_widgets_plugin_display_web_widgets
The plugin that handles a feed, such as RSS or atom.

Code

function validate() {
  $errors = parent::validate();
  return $errors;
}