You are here

public function DashboardFormBase::validateForm in Draggable dashboard 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/DashboardFormBase.php, line 121

Class

DashboardFormBase
Provides a base class for draggable dashboard add/edit forms.

Namespace

Drupal\draggable_dashboard\Form

Code

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