You are here

public function PardotContactFormMapFormBase::validate in Pardot Integration 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/PardotContactFormMapFormBase.php, line 287

Class

PardotContactFormMapFormBase
Class PardotContactFormMapFormBase.

Namespace

Drupal\pardot\Form

Code

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

  // Add code here to validate your config entity's form elements.
  // Nothing to do here...yet
}