You are here

public function DevelopmentEnvironmentClearLogForm::validateForm in Development Environment 8

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

src/Form/DevelopmentEnvironmentClearLogForm.php, line 67

Class

DevelopmentEnvironmentClearLogForm
Form to clear the email log.

Namespace

Drupal\development_environment\Form

Code

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