You are here

public function TaxonomyMenuMenuLink::isDeletable in Taxonomy menu 8.3

Returns whether this link can be deleted.

Return value

bool TRUE if the link can be deleted, FALSE otherwise.

Overrides MenuLinkBase::isDeletable

File

src/Plugin/Menu/TaxonomyMenuMenuLink.php, line 154

Class

TaxonomyMenuMenuLink
Defines menu links provided by taxonomy menu.

Namespace

Drupal\taxonomy_menu\Plugin\Menu

Code

public function isDeletable() {
  return TRUE;
}