You are here

public function BackgroundBatchSettingsForm::getFormId in Background Process 8

Implements to Get Form ID.

Overrides FormInterface::getFormId

File

background_batch/src/Form/BackgroundBatchSettingsForm.php, line 17

Class

BackgroundBatchSettingsForm
Default controller for the background_batch module.

Namespace

Drupal\background_batch\Form

Code

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