public function DeleteMultiple::getConfirmText in Profile 2 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/ DeleteMultiple.php, line 92 - Contains \Drupal\node\Form\DeleteMultiple.
Class
- DeleteMultiple
- Provides a node deletion confirmation form.
Namespace
Drupal\profile\FormCode
public function getConfirmText() {
return t('Delete');
}