Filter: gk/gravityview/bulk-actions/use-background-processing
Filters whether a frontend bulk action should use background processing.
Parameters
| Name | Type | Description |
|---|---|---|
| $use_background | bool | Whether to queue the action. |
| $view_id | int | View ID. |
| $view | \View | View. |
| $action_key | string | Action key. |
| $action | array | Action config. |
| $selection | \EntrySelection | Selection descriptor. |
| $selected_count | int|null | Selected entry count, when known. |
Since
- 3.0.0
Source
Defined in src/Entry/BulkActions/RequestHandler.php at line 633