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

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

Please login to continue.