class MenuDeleteMenuForm

Defines a confirmation form for deletion of a custom menu.

Hierarchy

Expanded class hierarchy of MenuDeleteMenuForm

1 string reference to 'MenuDeleteMenuForm'

File

drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php, line 16
Contains \Drupal\menu\Form\MenuDeleteMenuForm.

Namespace

Drupal\menu\Form
View source

Members

Namesort descending Modifiers Type Description Overrides
ConfirmFormBase::getCancelText protected function Returns a caption for the link which cancels the action. 2
ConfirmFormBase::getFormName protected function Returns the internal name used to refer to the confirmation item.
ConfirmFormBase::validateForm public function Implements \Drupal\Core\Form\FormInterface::validateForm(). Overrides FormInterface::validateForm 1
MenuDeleteMenuForm::$menu protected property The menu object to be deleted.
MenuDeleteMenuForm::buildForm public function Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides ConfirmFormBase::buildForm
MenuDeleteMenuForm::getCancelPath protected function Returns the page to go to if the user cancels the action. Overrides ConfirmFormBase::getCancelPath
MenuDeleteMenuForm::getConfirmText protected function Returns a caption for the button that confirms the action. Overrides ConfirmFormBase::getConfirmText
MenuDeleteMenuForm::getDescription protected function Returns additional text to display as a description. Overrides ConfirmFormBase::getDescription
MenuDeleteMenuForm::getFormID public function Returns a unique string identifying the form. Overrides FormInterface::getFormID
MenuDeleteMenuForm::getQuestion protected function Returns the question to ask the user. Overrides ConfirmFormBase::getQuestion
MenuDeleteMenuForm::submitForm public function Form submission handler. Overrides FormInterface::submitForm