You are here

constant VBO_ACCESS_OP_CREATE in Views Bulk Operations (VBO) 7.3

Same name and namespace in other branches
  1. 6.3 views_bulk_operations.module \VBO_ACCESS_OP_CREATE
  2. 6 views_bulk_operations.module \VBO_ACCESS_OP_CREATE
1 use of VBO_ACCESS_OP_CREATE
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 11
Allows operations to be performed on items selected in a view.

Code

define('VBO_ACCESS_OP_CREATE', 0x4);