You are here

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

Returns the name of the operation_type plugin that provides the operation.

File

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

Class

ViewsBulkOperationsBaseOperation
@file Defines the base class for operations.

Code

public function type() {
  return $this->operationInfo['operation_type'];
}