function MenuLinkBase::deleteLink

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Menu/MenuLinkBase.php \Drupal\Core\Menu\MenuLinkBase::deleteLink()

File

core/lib/Drupal/Core/Menu/MenuLinkBase.php, line 166

Class

MenuLinkBase
Defines a base menu link class.

Namespace

Drupal\Core\Menu

Code

public function deleteLink() {
  throw new PluginException("Menu link plugin with ID '{$this->getPluginId()}' does not support deletion");
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.