public function ConfirmAddForm::getConfirmText in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Form/ConfirmAddForm.php \Drupal\simplenews\Form\ConfirmAddForm::getConfirmText()
- 3.x src/Form/ConfirmAddForm.php \Drupal\simplenews\Form\ConfirmAddForm::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
- src/
Form/ ConfirmAddForm.php, line 25
Class
- ConfirmAddForm
- Implements a add confirmation form for simplenews subscriptions.
Namespace
Drupal\simplenews\FormCode
public function getConfirmText() {
return t('Subscribe');
}