You are here

public function ConfirmDeleteForm::getConfirmText in Hashtags 8

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup

Overrides ConfirmFormBase::getConfirmText

File

src/Form/ConfirmDeleteForm.php, line 47

Class

ConfirmDeleteForm

Namespace

Drupal\hashtags\Form

Code

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