You are here

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

Returns the configuration form for the operation. 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.

$context: An array of related data provided by the caller.

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

File

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

Class

ViewsBulkOperationsBaseOperation
@file Defines the base class for operations.

Code

abstract function form($form, &$form_state, array $context);