MenuLinkManager::removeDefinition

public function MenuLinkManager::removeDefinition

public MenuLinkManager::removeDefinition($id, $persist = TRUE)

Removes a single link definition from the menu tree storage.

This is used for plugins not found through discovery to remove definitions.

Parameters

string $id: The menu link plugin ID.

bool $persist: If TRUE, this method will attempt to persist the deletion from any external storage by invoking MenuLinkInterface::deleteLink() on the plugin that is being deleted.

Throws

登录查看完整内容