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'; }
Please login to continue.