You are here

public function Link::isDeletable in Colossal Menu 2.x

Same name and namespace in other branches
  1. 8 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 363

Class

Link
Defines the Link entity.

Namespace

Drupal\colossal_menu\Entity

Code

public function isDeletable() {
  return TRUE;
}