You are here

public function AllowedBlocksForm::validateForm in Layout Builder Restrictions 8.2

Form validation handler.

Parameters

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

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

Overrides FormBase::validateForm

File

modules/layout_builder_restrictions_by_region/src/Form/AllowedBlocksForm.php, line 383

Class

AllowedBlocksForm
Provides form for designating allowed blocks.

Namespace

Drupal\layout_builder_restrictions_by_region\Form

Code

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