public function ImceProfileDeleteForm::getConfirmText in IMCE 8.2
Same name and namespace in other branches
- 8 src/Form/ImceProfileDeleteForm.php \Drupal\imce\Form\ImceProfileDeleteForm::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides EntityConfirmFormBase::getConfirmText
File
- src/
Form/ ImceProfileDeleteForm.php, line 31
Class
- ImceProfileDeleteForm
- Provides a deletion confirmation form for Imce Profile.
Namespace
Drupal\imce\FormCode
public function getConfirmText() {
return $this
->t('Delete');
}