You are here

public function ImceProfileDeleteForm::getConfirmText in IMCE 8

Same name and namespace in other branches
  1. 8.2 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\Form

Code

public function getConfirmText() {
  return $this
    ->t('Delete');
}