public function ConfigurableActionInterface::validate

Form validation 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.

1 method overrides ConfigurableActionInterface::validate()

File

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

Class

ConfigurableActionInterface
Provides an interface for an Action plugin.

Namespace

Drupal\Core\Action

Code

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