You are here

public function Mp3playerAddForm::validateForm in MP3 Player 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/Mp3playerAddForm.php, line 326
Contains \Drupal\mp3player\Form\ExampleForm.

Class

Mp3playerAddForm
Implements an Mp3playerAddForm form.

Namespace

Drupal\mp3player\Form

Code

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