Filter: gk/gravityview/bulk-actions/action-field-requirement-met
Filters whether an action's required View fields are configured.
Return true to bypass field-based availability for an action.
Parameters
| Name | Type | Description |
|---|---|---|
| $has_fields | bool | Whether the required fields are configured. |
| $view_id | int | View ID. |
| $view | \View | View. |
| $action_key | string | Action key. |
| $action | array | Action configuration. |
| $required_fields | array | Required field IDs. |
Since
- 3.0.0
Source
Defined in src/Entry/BulkActions/Registry.php at line 421