You are here

public function InlineFormInterface::entityFormValidate in Inline Entity Form 8

Validates the entity form.

Parameters

array $entity_form: The entity form.

\Drupal\Core\Form\FormStateInterface $form_state: The form state of the parent form.

1 method overrides InlineFormInterface::entityFormValidate()
EntityInlineForm::entityFormValidate in src/Form/EntityInlineForm.php
Validates the entity form.

File

src/InlineFormInterface.php, line 112

Class

InlineFormInterface
Defines the interface for inline form handlers.

Namespace

Drupal\inline_entity_form

Code

public function entityFormValidate(array &$entity_form, FormStateInterface $form_state);