public function Link::isDeletable in Colossal Menu 8
Same name and namespace in other branches
- 2.x src/Entity/Link.php \Drupal\colossal_menu\Entity\Link::isDeletable()
Returns whether this link can be deleted.
Return value
bool TRUE if the link can be deleted, FALSE otherwise.
Overrides MenuLinkInterface::isDeletable
File
- src/
Entity/ Link.php, line 383
Class
- Link
- Defines the Link entity.
Namespace
Drupal\colossal_menu\EntityCode
public function isDeletable() {
return TRUE;
}