You are here

public function FileForm::validateForm in Drupal-to-Drupal data migration 8.3

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

migrate_d2d_ui/src/Form/FileForm.php, line 103

Class

FileForm
Simple wizard step form.

Namespace

Drupal\migrate_d2d_ui\Form

Code

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