You are here

public function MenuLinkInterface::isDeletable in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/MenuLinkInterface.php \Drupal\Core\Menu\MenuLinkInterface::isDeletable()
  2. 10 core/lib/Drupal/Core/Menu/MenuLinkInterface.php \Drupal\Core\Menu\MenuLinkInterface::isDeletable()

Returns whether this link can be deleted.

Return value

bool TRUE if the link can be deleted, FALSE otherwise.

1 method overrides MenuLinkInterface::isDeletable()
MenuLinkBase::isDeletable in core/lib/Drupal/Core/Menu/MenuLinkBase.php
Returns whether this link can be deleted.

File

core/lib/Drupal/Core/Menu/MenuLinkInterface.php, line 103

Class

MenuLinkInterface
Defines an interface for classes providing a type of menu link.

Namespace

Drupal\Core\Menu

Code

public function isDeletable();