function EmbeddedForm::submitForm

Same name and namespace in other branches
  1. 10 core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php \Drupal\field_layout_test\Form\EmbeddedForm::submitForm()

Overrides FormInterface::submitForm

File

core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php, line 51

Class

EmbeddedForm
Provides the EmbeddedForm class.

Namespace

Drupal\field_layout_test\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
    // Do nothing.
}

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