function PluginFormInterface::validateConfigurationForm

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Plugin/PluginFormInterface.php \Drupal\Core\Plugin\PluginFormInterface::validateConfigurationForm()
  2. 10 core/lib/Drupal/Core/Plugin/PluginFormInterface.php \Drupal\Core\Plugin\PluginFormInterface::validateConfigurationForm()
  3. 8.9.x core/lib/Drupal/Core/Plugin/PluginFormInterface.php \Drupal\Core\Plugin\PluginFormInterface::validateConfigurationForm()

Form validation handler.

Parameters

array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Calling code should pass on a subform state created through \Drupal\Core\Form\SubformState::createForSubform().

2 methods override PluginFormInterface::validateConfigurationForm()
Image::validateConfigurationForm in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php
Form validation handler.
TestClass::validateConfigurationForm in core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php
Form validation handler.

File

core/lib/Drupal/Core/Plugin/PluginFormInterface.php, line 54

Class

PluginFormInterface
Provides an interface for an embeddable plugin form.

Namespace

Drupal\Core\Plugin

Code

public function validateConfigurationForm(array &$form, FormStateInterface $form_state);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.