You are here

public function QueueStorageEntitySettingsForm::getFormId in Open Social 10.1.x

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::getFormId()
  2. 8.8 modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::getFormId()
  3. 10.3.x modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::getFormId()
  4. 10.0.x modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::getFormId()
  5. 10.2.x modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php \Drupal\social_queue_storage\Form\QueueStorageEntitySettingsForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

modules/custom/social_queue_storage/src/Form/QueueStorageEntitySettingsForm.php, line 21

Class

QueueStorageEntitySettingsForm
Class QueueStorageEntitySettingsForm.

Namespace

Drupal\social_queue_storage\Form

Code

public function getFormId() {
  return 'queuestorageentity_settings';
}