You are here

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

Returns the human-readable name of the operation, meant to be shown to the admin.

File

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

Class

ViewsBulkOperationsBaseOperation
@file Defines the base class for operations.

Code

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