class LinkDelete

Builds the shortcut link deletion form.

Hierarchy

Expanded class hierarchy of LinkDelete

1 string reference to 'LinkDelete'

File

drupal/core/modules/shortcut/lib/Drupal/shortcut/Form/LinkDelete.php, line 16
Contains \Drupal\shortcut\Form\LinkDelete.

Namespace

Drupal\shortcut\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::getDescription protected function Returns additional text to display as a description. 10
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
LinkDelete::$menuLink protected property The menu link to delete.
LinkDelete::buildForm public function Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides ConfirmFormBase::buildForm
LinkDelete::getCancelPath protected function Returns the page to go to if the user cancels the action. Overrides ConfirmFormBase::getCancelPath
LinkDelete::getConfirmText protected function Returns a caption for the button that confirms the action. Overrides ConfirmFormBase::getConfirmText
LinkDelete::getFormID public function Returns a unique string identifying the form. Overrides FormInterface::getFormID
LinkDelete::getQuestion protected function Returns the question to ask the user. Overrides ConfirmFormBase::getQuestion
LinkDelete::submitForm public function Form submission handler. Overrides FormInterface::submitForm