function MenuLinkBase::isDeletable
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Menu/MenuLinkBase.php \Drupal\Core\Menu\MenuLinkBase::isDeletable()
File
-
core/
lib/ Drupal/ Core/ Menu/ MenuLinkBase.php, line 87
Class
- MenuLinkBase
- Defines a base menu link class.
Namespace
Drupal\Core\MenuCode
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.