You are here

public property ViewsBulkOperationsBaseOperation::$operationId in Views Bulk Operations (VBO) 7.3

The id of the operation.

Composed of the operation_type plugin name and the operation key, divided by '::'. For example: action::node_publish_action.

File

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

Class

ViewsBulkOperationsBaseOperation
@file Defines the base class for operations.

Code

public $operationId;