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\FormCode
public function getFormId() {
return 'background_process_settings_form';
}