public function ConfigurableActionInterface::submit

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: An associative array containing the current state of the form.

7 methods override ConfigurableActionInterface::submit()

File

drupal/core/lib/Drupal/Core/Action/ConfigurableActionInterface.php, line 59
Contains \Drupal\Core\Action\ConfigurableActionInterface.

Class

ConfigurableActionInterface
Provides an interface for an Action plugin.

Namespace

Drupal\Core\Action

Code

public function submit(array &$form, array &$form_state);