public function EmbeddedComponentForm::submitForm in Rules 8.3
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::submitForm
File
- src/
Form/ EmbeddedComponentForm.php, line 73
Class
- EmbeddedComponentForm
- Components form, ready to be embedded in some other form.
Namespace
Drupal\rules\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
$this
->getFormHandler()
->submitForm($form, $form_state);
}