You are here

public function RebuildPermissionsForm::getConfirmText 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::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

RebuildPermissionsForm

Namespace

Drupal\node\Form

Code

public function getConfirmText() {
  return t('Rebuild permissions');
}