public function InlineFormInterface::submitInlineForm in Commerce Core 8.2
Submits the inline form.
Parameters
array $inline_form: The inline form, containing the following basic properties:
- #parents: Identifies the location of the field values in $form_state.
\Drupal\Core\Form\FormStateInterface $form_state: The form state of the complete form.
1 method overrides InlineFormInterface::submitInlineForm()
- InlineFormBase::submitInlineForm in src/
Plugin/ Commerce/ InlineForm/ InlineFormBase.php - Submits the inline form.
File
- src/
Plugin/ Commerce/ InlineForm/ InlineFormInterface.php, line 65
Class
- InlineFormInterface
- Defines the interface for inline forms.
Namespace
Drupal\commerce\Plugin\Commerce\InlineFormCode
public function submitInlineForm(array &$inline_form, FormStateInterface $form_state);