public function RebuildPermissionsForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Drupal\node\FormCode
public function getFormId() {
return 'node_configure_rebuild_confirm';
}