You are here

constant VBO_ACCESS_OP_VIEW in Views Bulk Operations (VBO) 7.3

Same name and namespace in other branches
  1. 6.3 views_bulk_operations.module \VBO_ACCESS_OP_VIEW
  2. 6 views_bulk_operations.module \VBO_ACCESS_OP_VIEW
2 uses of VBO_ACCESS_OP_VIEW
ViewsBulkOperationsAction::getAccessMask in plugins/operation_types/action.class.php
Returns the access bitmask for the operation, used for entity access checks.
ViewsBulkOperationsRulesComponent::getAccessMask in plugins/operation_types/rules_component.class.php
Returns the access bitmask for the operation, used for entity access checks.

File

./views_bulk_operations.module, line 9
Allows operations to be performed on items selected in a view.

Code

define('VBO_ACCESS_OP_VIEW', 0x1);