public function TaxonomyMenuMenuLink::isDeletable in Zircon Profile 8.0
Same name and namespace in other branches
- 8 modules/taxonomy_menu/src/Plugin/Menu/TaxonomyMenuMenuLink.php \Drupal\taxonomy_menu\Plugin\Menu\TaxonomyMenuMenuLink::isDeletable()
Returns whether this link can be deleted.
Return value
bool TRUE if the link can be deleted, FALSE otherwise.
Overrides MenuLinkBase::isDeletable
File
- modules/
taxonomy_menu/ src/ Plugin/ Menu/ TaxonomyMenuMenuLink.php, line 107 - Contains \Drupal\taxonomy_menu\Plugin\Menu\TaxonomyMenuMenuLink.
Class
- TaxonomyMenuMenuLink
- Defines menu links provided by taxonomy menu.
Namespace
Drupal\taxonomy_menu\Plugin\MenuCode
public function isDeletable() {
return TRUE;
}