GravityKit\GravityExport\Filters\Action\Reset
Action to reset the URL of the Filters add-on feed.
Since: 1.0
Source: add-ons/filters/src/Action/Reset.php:14
Details
- Kind:
class - Namespace:
GravityKit\GravityExport\Filters\Action - Extends:
AbstractAction
Methods
| Method | Description |
|---|---|
__construct() | Creates the reset action. |
fire() |
Method Reference
__construct()
public function __construct( HashGeneratorInterface $generator )
Creates the reset action.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$generator | HashGeneratorInterface | The hash generator. |
Since: 1.0
Source: add-ons/filters/src/Action/Reset.php:34
fire()
public function fire( \GFAddOn $addon, array $form ): void
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$addon | \GFAddOn | ||
$form | array |
Returns
void
Since: 1.0
Source: add-ons/filters/src/Action/Reset.php:45