You are here

public function RegistrantDeleteForm::getConfirmText in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/Entity/RegistrantDeleteForm.php \Drupal\rng\Form\Entity\RegistrantDeleteForm::getConfirmText()
  2. 8 src/Form/Entity/RegistrantDeleteForm.php \Drupal\rng\Form\Entity\RegistrantDeleteForm::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

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

Overrides ContentEntityConfirmFormBase::getConfirmText

File

src/Form/Entity/RegistrantDeleteForm.php, line 30

Class

RegistrantDeleteForm
Form for deleting a registrant.

Namespace

Drupal\rng\Form\Entity

Code

public function getConfirmText() {
  return t('Delete');
}