You are here

public function EntityModerationForm::getFormId in Workbench Moderation 8.2

Same name and namespace in other branches
  1. 8 src/Form/EntityModerationForm.php \Drupal\workbench_moderation\Form\EntityModerationForm::getFormId()

@inheritDoc

Overrides FormInterface::getFormId

File

src/Form/EntityModerationForm.php, line 53

Class

EntityModerationForm

Namespace

Drupal\workbench_moderation\Form

Code

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