You are here

public function PresentationFormBase::validate in Isotope (with Masonry and Packery) 8

Overrides Drupal\Core\Entity\EntityFormController::validate().

Parameters

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

\Drupal\Core\Form\FormStateInterface $form_state: An associative array containing the current state of the form.

File

src/Form/PresentationFormBase.php, line 313
Contains Drupal\isotope\Form\PresentationFormBase.

Class

PresentationFormBase
Class PresentationFormBase.

Namespace

Drupal\isotope\Form

Code

public function validate(array $form, FormStateInterface $form_state) {
  parent::validate($form, $form_state);

  // @TODO: validate config entity's form elements.
}