You are here

public function EntityCloneForm::validateForm in Entity Clone 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/EntityCloneForm.php, line 189

Class

EntityCloneForm
Implements an entity Clone form.

Namespace

Drupal\entity_clone\Form

Code

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