You are here

public function RebuildPermissionsForm::getFormId in Zircon Profile 8

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

Class

RebuildPermissionsForm

Namespace

Drupal\node\Form

Code

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