function MenuLinkContentDeleteForm::getDeletionMessage
Overrides ContentEntityDeleteForm::getDeletionMessage
File
- 
              core/modules/ menu_link_content/ src/ Form/ MenuLinkContentDeleteForm.php, line 35 
Class
- MenuLinkContentDeleteForm
- Provides a delete form for content menu links.
Namespace
Drupal\menu_link_content\FormCode
protected function getDeletionMessage() {
  return $this->t('The menu link %title has been deleted.', [
    '%title' => $this->entity
      ->label(),
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
