public function ShurlyDeactivateForm::getConfirmText in ShURLy 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
- src/
Form/ ShurlyDeactivateForm.php, line 69  
Class
- ShurlyDeactivateForm
 - ShurlyDeactivateForm.
 
Namespace
Drupal\shurly\FormCode
public function getConfirmText() {
  return t('Proceed');
}