Same name in other branches
- 4.x src/Form/QuickTabsInstanceDeleteForm.php \Drupal\quicktabs\Form\QuickTabsInstanceDeleteForm::getQuestion()
File
-
src/
Form/ QuickTabsInstanceDeleteForm.php, line 17
Class
- QuickTabsInstanceDeleteForm
- Class QuickTabsInstanceDeleteForm.
Namespace
Drupal\quicktabs\FormCode
public function getQuestion() {
$entity = $this->entity;
return $this->t('Are you sure you want to delete this quicktabs instance with name %name?', [
'%name' => $entity->getLabel(),
]);
}