public function VocabularySelectForm::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/ VocabularySelectForm.php, line 121
Class
- VocabularySelectForm
- Simple wizard step form.
Namespace
Drupal\migrate_d2d_ui\FormCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}