EntityModerationForm::getFormId

public EntityModerationForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/content_moderation/src/Form/EntityModerationForm.php, line 70

Class

EntityModerationForm
The EntityModerationForm provides a simple UI for changing moderation state.

Namespace

Drupal\content_moderation\Form

Code

public function getFormId() {
  return 'content_moderation_entity_moderation_form';
}
doc_Drupal
2016-10-29 09:07:13
Comments
Leave a Comment

Please login to continue.