function UserCancelForm::getConfirmText
Overrides ContentEntityConfirmFormBase::getConfirmText
File
- 
              core/modules/ user/ src/ Form/ UserCancelForm.php, line 75 
Class
- UserCancelForm
- Provides a confirmation form for cancelling user account.
Namespace
Drupal\user\FormCode
public function getConfirmText() {
  return $this->t('Confirm');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
