You are here

public function ConfigurableFormEnhancerBase::configurationFormValidate in Flexiform 8

The configuration form validation callback.

Parameters

array $form: The form array.

\Drupal\Core\Form\FormStateInterface $form_state: The form state.

Overrides ConfigurableFormEnhancerInterface::configurationFormValidate

File

src/FormEnhancer/ConfigurableFormEnhancerBase.php, line 15

Class

ConfigurableFormEnhancerBase
Base class for form enhancers.

Namespace

Drupal\flexiform\FormEnhancer

Code

public function configurationFormValidate(array $form, FormStateInterface $form_state) {
}