You are here

constant VBO_ACCESS_OP_UPDATE in Views Bulk Operations (VBO) 7.3

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

File

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

Code

define('VBO_ACCESS_OP_UPDATE', 0x2);