You are here

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

The entity type that the operation is operating on.

Not the same as $operationInfo['type'] since that value can be just "entity", which means "available to every entity type".

File

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

Class

ViewsBulkOperationsBaseOperation
@file Defines the base class for operations.

Code

public $entityType;