You are here

public function BackgroundProcessAssSettingsForm::getFormId in Background Process 8

Implements to Get Form ID.

Overrides FormInterface::getFormId

File

background_process_ass/src/Form/BackgroundProcessAssSettingsForm.php, line 17

Class

BackgroundProcessAssSettingsForm
Implements BackgroundProcessAssSettingsForm Class.

Namespace

Drupal\background_process_ass\Form

Code

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