function 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 104
Class
- MenuLinkInterface
- Defines an interface for classes providing a type of menu link.
Namespace
Drupal\Core\MenuCode
public function isDeletable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.