You are here

public function BackgroundProcessSettingsForm::getFormId in Background Process 8

Implements to Get Form ID.

Overrides FormInterface::getFormId

File

src/Form/BackgroundProcessSettingsForm.php, line 17

Class

BackgroundProcessSettingsForm
Default controller for the background_process module.

Namespace

Drupal\background_process\Form

Code

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