public function EndMeetingConfirmForm::getConfirmText in BigBlueButton 8
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/
bbb_node/ src/ Form/ EndMeetingConfirmForm.php, line 54
Class
- EndMeetingConfirmForm
- Provides an administration settings form.
Namespace
Drupal\bbb_node\FormCode
public function getConfirmText() {
return $this
->t('This action cannot be undone, all attendees will be removed from the meeting.');
}