public function RebuildPermissionsForm::getConfirmText in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/node/src/Form/RebuildPermissionsForm.php \Drupal\node\Form\RebuildPermissionsForm::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
string The form confirmation text.
Overrides ConfirmFormBase::getConfirmText
File
- core/
modules/ node/ src/ Form/ RebuildPermissionsForm.php, line 40 - Contains \Drupal\node\Form\RebuildPermissionsForm.
Class
Namespace
Drupal\node\FormCode
public function getConfirmText() {
return t('Rebuild permissions');
}