You are here

public function WorkflowCleanupSettingsForm::getFormId in Workflow 8

@inheritdoc

Overrides FormInterface::getFormId

File

modules/workflow_cleanup/src/Form/WorkflowCleanupSettingsForm.php, line 20

Class

WorkflowCleanupSettingsForm
Provides a Form for organizing obsolete States.

Namespace

Drupal\workflow_cleanup\Form

Code

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