Same name in other branches
  1. 8.x-3.x src/Form/QuickTabsInstanceDeleteForm.php \Drupal\quicktabs\Form\QuickTabsInstanceDeleteForm::getConfirmText()

Fichier

src/Form/QuickTabsInstanceDeleteForm.php, line 32

Classe

QuickTabsInstanceDeleteForm
Class QuickTabsInstanceDeleteForm.

Namespace

Drupal\quicktabs\Form

Code

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