function MenuLinkBase::isDeletable

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/MenuLinkBase.php \Drupal\Core\Menu\MenuLinkBase::isDeletable()
  2. 8.9.x core/lib/Drupal/Core/Menu/MenuLinkBase.php \Drupal\Core\Menu\MenuLinkBase::isDeletable()
  3. 11.x core/lib/Drupal/Core/Menu/MenuLinkBase.php \Drupal\Core\Menu\MenuLinkBase::isDeletable()

Overrides MenuLinkInterface::isDeletable

1 call to MenuLinkBase::isDeletable()
MenuLinkBase::getOperations in core/lib/Drupal/Core/Menu/MenuLinkBase.php
Provides an array of information to build a list of operation links.
2 methods override MenuLinkBase::isDeletable()
MenuLinkContent::isDeletable in core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
Returns whether this link can be deleted.
ViewsMenuLink::isDeletable in core/modules/views/src/Plugin/Menu/ViewsMenuLink.php
Returns whether this link can be deleted.

File

core/lib/Drupal/Core/Menu/MenuLinkBase.php, line 87

Class

MenuLinkBase
Defines a base menu link class.

Namespace

Drupal\Core\Menu

Code

public function isDeletable() {
    return (bool) $this->getDeleteRoute();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.