public function PluginUIInterface::formValidate

Validates form values from the form() method.

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 PluginUIInterface::formValidate()
PluginUIBase::formValidate in drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIBase.php
Implements \Drupal\system\Plugin\PluginUIInterface::formValidate().

File

drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIInterface.php, line 40
Contains \Drupal\system\Plugin\PluginUIInterface.

Class

PluginUIInterface
Defines an interface for Plugin UI plugins.

Namespace

Drupal\system\Plugin

Code

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