You are here

public function NodePreviewForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Form/NodePreviewForm.php \Drupal\node\Form\NodePreviewForm::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/NodePreviewForm.php, line 61
Contains \Drupal\node\Form\NodePreviewForm.

Class

NodePreviewForm
Contains a form for switching the view mode of a node during preview.

Namespace

Drupal\node\Form

Code

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