function FormTestRecipeInputForm::submitForm

Overrides FormInterface::submitForm

File

core/modules/system/tests/modules/form_test/src/Form/FormTestRecipeInputForm.php, line 57

Class

FormTestRecipeInputForm

Namespace

Drupal\form_test\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) : void {
    $recipe = $this->getRecipe();
    $this->setRecipeInput($recipe, $form_state);
    RecipeRunner::processRecipe($recipe);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.