function MenuTreeStorageInterface::delete

Deletes a menu link definition from the storage.

Parameters

string $id: The menu link plugin ID.

1 method overrides MenuTreeStorageInterface::delete()
MenuTreeStorage::delete in core/lib/Drupal/Core/Menu/MenuTreeStorage.php
Deletes a menu link definition from the storage.

File

core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php, line 117

Class

MenuTreeStorageInterface
Defines an interface for storing a menu tree containing menu link IDs.

Namespace

Drupal\Core\Menu

Code

public function delete($id);

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