constant VIEWS_BULK_OPS_STEP_CONFIRM in Views Bulk Operations (VBO) 6.3
Same name and namespace in other branches
- 5 views_bulk_operations.module \VIEWS_BULK_OPS_STEP_CONFIRM
2 uses of VIEWS_BULK_OPS_STEP_CONFIRM
- views_bulk_operations_form in ./
views_bulk_operations.module - Define multistep form for selecting and executing an operation.
- views_bulk_operations_form_submit in ./
views_bulk_operations.module - Submit handler for the selected operation.
File
- ./
views_bulk_operations.module, line 11 - Allows operations to be performed on items selected in a view.
Code
define('VIEWS_BULK_OPS_STEP_CONFIRM', 3);