You are here

function views_plugin_row::options_validate in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 plugins/views_plugin_row.inc \views_plugin_row::options_validate()
  2. 7.3 plugins/views_plugin_row.inc \views_plugin_row::options_validate()

Validate the options form.

Overrides views_plugin::options_validate

File

plugins/views_plugin_row.inc, line 101
Contains the base row style plugin.

Class

views_plugin_row
Default plugin to view a single row of a table. This is really just a wrapper around a theme function.

Code

function options_validate(&$form, &$form_state) {
}