constant VIEWS_BULK_OPS_STEP_VIEW in Views Bulk Operations (VBO) 6.3
Same name and namespace in other branches
- 5 views_bulk_operations.module \VIEWS_BULK_OPS_STEP_VIEW
3 uses of VIEWS_BULK_OPS_STEP_VIEW
- 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.
- views_bulk_operations_form_validate in ./
views_bulk_operations.module - Validate the selected operation.
File
- ./
views_bulk_operations.module, line 9 - Allows operations to be performed on items selected in a view.
Code
define('VIEWS_BULK_OPS_STEP_VIEW', 1);