---
id: gk-gravityview-bulk-actions-action-is-available
title: "Filter - gk/gravityview/bulk-actions/action-is-available"
sidebar_label: "gk/gravityview/bulk-actions/action-is-available"
tags:
  - "3.0.0"
---

# Filter: gk/gravityview/bulk-actions/action-is-available

Filters whether an action is available in the View.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $available | `bool` | Whether the action is available. |
| $view_id | `int` | View ID. |
| $view | `\View` | View. |
| $action_key | `string` | Action key. |
| $action | `array` | Action configuration. |

### Since

- 3.0.0

### Source

- Defined in `src/Entry/BulkActions/Registry.php` at line 488
- Defined in `src/Entry/BulkActions/BackgroundProcessor.php` at line 88