You are here

public function InlineFormInterface::entityFormSubmit in Inline Entity Form 8

Handles the submission of an 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::entityFormSubmit()
EntityInlineForm::entityFormSubmit in src/Form/EntityInlineForm.php
Handles the submission of an entity form.

File

src/InlineFormInterface.php, line 122

Class

InlineFormInterface
Defines the interface for inline form handlers.

Namespace

Drupal\inline_entity_form

Code

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