You are here

public function MenuPositionLink::isDeletable in Menu Position 8

Returns whether this link can be deleted.

Return value

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

Overrides MenuLinkBase::isDeletable

File

src/Plugin/Menu/MenuPositionLink.php, line 187

Class

MenuPositionLink
Defines menu links provided by menu position rules.

Namespace

Drupal\menu_position\Plugin\Menu

Code

public function isDeletable() {
  return TRUE;
}