function ExpressionFormInterface::submitForm

Form submission callback to save changes for the expression.

Parameters

array $form: The form array.

\Drupal\Core\Form\FormStateInterface $form_state: The current form state.

2 methods override ExpressionFormInterface::submitForm()
ActionForm::submitForm in src/Form/Expression/ActionForm.php
Form submission callback to save changes for the expression.
ConditionForm::submitForm in src/Form/Expression/ConditionForm.php
Form submission callback to save changes for the expression.

File

src/Form/Expression/ExpressionFormInterface.php, line 40

Class

ExpressionFormInterface
Defines methods for expression forms.

Namespace

Drupal\rules\Form\Expression

Code

public function submitForm(array &$form, FormStateInterface $form_state);