You are here

public function RabbitHoleBehaviorPluginInterface::settingsFormHandleSubmit in Rabbit Hole 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/RabbitHoleBehaviorPluginInterface.php \Drupal\rabbit_hole\Plugin\RabbitHoleBehaviorPluginInterface::settingsFormHandleSubmit()

Handle submission of the settings form for this plugin.

1 method overrides RabbitHoleBehaviorPluginInterface::settingsFormHandleSubmit()
RabbitHoleBehaviorPluginBase::settingsFormHandleSubmit in src/Plugin/RabbitHoleBehaviorPluginBase.php
Handle submission of the settings form for this plugin.

File

src/Plugin/RabbitHoleBehaviorPluginInterface.php, line 56

Class

RabbitHoleBehaviorPluginInterface
Defines an interface for Rabbit hole behavior plugin plugins.

Namespace

Drupal\rabbit_hole\Plugin

Code

public function settingsFormHandleSubmit(&$form, &$form_state);