You are here

public function ViewsBulkOperationsBaseOperation::id in Views Bulk Operations (VBO) 7.3

Returns the id of the operation.

File

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

Class

ViewsBulkOperationsBaseOperation
@file Defines the base class for operations.

Code

public function id() {
  return $this->operationId;
}