public function ContactSettingsForm::submitForm in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/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
- content_entity_example/
src/ Form/ ContactSettingsForm.php, line 28
Class
- ContactSettingsForm
- Class ContentEntityExampleSettingsForm.
Namespace
Drupal\content_entity_example\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Empty implementation of the abstract submit class.
}