You are here

abstract function ViewsBulkOperationsBaseOperation::formValidate in Views Bulk Operations (VBO) 7.3

Validates the configuration form. Only called if the operation is declared as configurable.

Parameters

$form: The views form.

$form_state: An array containing the current state of the form.

2 methods override ViewsBulkOperationsBaseOperation::formValidate()
ViewsBulkOperationsAction::formValidate in plugins/operation_types/action.class.php
Validates the configuration form. Only called if the operation is declared as configurable.
ViewsBulkOperationsRulesComponent::formValidate in plugins/operation_types/rules_component.class.php
Validates the configuration form. Only called if the operation is declared as configurable.

File

plugins/operation_types/base.class.php, line 152
Defines the base class for operations.

Class

ViewsBulkOperationsBaseOperation
@file Defines the base class for operations.

Code

abstract function formValidate($form, &$form_state);