MenuTreeStorageInterface::delete

public MenuTreeStorageInterface::delete($id)

Deletes a menu link definition from the storage.

Parameters

string $id: The menu link plugin ID.

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);
doc_Drupal
2016-10-29 09:27:44
Comments
Leave a Comment

Please login to continue.