You are here

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

Executes the selected operation on the provided data.

Parameters

$data: The data to to operate on. An entity or an array of entities.

$context: An array of related data (selected views rows, etc).

2 methods override ViewsBulkOperationsBaseOperation::execute()
ViewsBulkOperationsAction::execute in plugins/operation_types/action.class.php
Executes the selected operation on the provided data.
ViewsBulkOperationsRulesComponent::execute in plugins/operation_types/rules_component.class.php
Executes the selected operation on the provided data.

File

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

Class

ViewsBulkOperationsBaseOperation
@file Defines the base class for operations.

Code

abstract function execute($data, array $context);