You are here

public function ContactSettingsForm::submitForm in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 content_entity_example/src/Form/ContactSettingsForm.php \Drupal\content_entity_example\Form\ContactSettingsForm::submitForm()

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

modules/content_entity_example/src/Form/ContactSettingsForm.php, line 28

Class

ContactSettingsForm
Class ContentEntityExampleSettingsForm.

Namespace

Drupal\content_entity_example\Form

Code

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

  // Empty implementation of the abstract submit class.
}