You are here

public function AuthLoginNoticeForm::getConfirmText in Open Social 8.3

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php \Drupal\social_auth_extra\Form\AuthLoginNoticeForm::getConfirmText()
  2. 8 modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php \Drupal\social_auth_extra\Form\AuthLoginNoticeForm::getConfirmText()
  3. 8.2 modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php \Drupal\social_auth_extra\Form\AuthLoginNoticeForm::getConfirmText()
  4. 8.4 modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php \Drupal\social_auth_extra\Form\AuthLoginNoticeForm::getConfirmText()
  5. 8.5 modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php \Drupal\social_auth_extra\Form\AuthLoginNoticeForm::getConfirmText()
  6. 8.6 modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php \Drupal\social_auth_extra\Form\AuthLoginNoticeForm::getConfirmText()
  7. 8.7 modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php \Drupal\social_auth_extra\Form\AuthLoginNoticeForm::getConfirmText()
  8. 8.8 modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php \Drupal\social_auth_extra\Form\AuthLoginNoticeForm::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

modules/custom/social_auth_extra/src/Form/AuthLoginNoticeForm.php, line 26

Class

AuthLoginNoticeForm
Class AuthLoginNoticeForm.

Namespace

Drupal\social_auth_extra\Form

Code

public function getConfirmText() {
  return $this
    ->t('Create new account');
}