You are here

constant VBO_ACCESS_OP_DELETE in Views Bulk Operations (VBO) 7.3

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

File

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

Code

define('VBO_ACCESS_OP_DELETE', 0x8);