You are here

public function QueueStorageEntitySettingsForm::submitForm in Open Social 8.8

Same name and namespace in other branches
  1. 8.9 modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::submitForm()
  2. 10.3.x modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::submitForm()
  3. 10.0.x modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::submitForm()
  4. 10.1.x modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::submitForm()
  5. 10.2.x modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::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/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php, line 33

Class

QueueStorageEntitySettingsForm
Class QueueStorageEntitySettingsForm.

Namespace

Drupal\social_queue_storage\Form

Code

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

  // Empty implementation of the abstract submit class.
}