NodeRevisionRevertForm::getFormId

public NodeRevisionRevertForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/node/src/Form/NodeRevisionRevertForm.php, line 65

Class

NodeRevisionRevertForm
Provides a form for reverting a node revision.

Namespace

Drupal\node\Form

Code

1
2
3
public function getFormId() {
  return 'node_revision_revert_confirm';
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.