You are here

public function SimpleMegaMenuTypeDeleteForm::getConfirmText in Simple Mega Menu 8

Same name and namespace in other branches
  1. 2.0.x src/Form/SimpleMegaMenuTypeDeleteForm.php \Drupal\simple_megamenu\Form\SimpleMegaMenuTypeDeleteForm::getConfirmText()

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/SimpleMegaMenuTypeDeleteForm.php, line 31

Class

SimpleMegaMenuTypeDeleteForm
Builds the form to delete Simple mega menu type entities.

Namespace

Drupal\simple_megamenu\Form

Code

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