Verified Commit b1c65e27 authored by quietone's avatar quietone
Browse files

docs: #3517609 Remove broken link in MenuTreeStorageInterface

By: quietone
By: arunsahijpal
By: smustgrave
By: xjm
By: oily
By: suryanto
By: akmalfikri
parent 848ef64b
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -124,10 +124,9 @@ public function delete($id);
   * MenuLinkTree::checkAccess() needs to be invoked afterwards.
   *
   * The tree order is maintained using an optimized algorithm, for example by
   * storing each parent in an individual field, see
   * https://www.drupal.org/node/141866 for more details. However, any details
   * of the storage should not be relied upon since it may be swapped with a
   * different implementation.
   * storing each parent in an individual field. However, any details of the
   * storage should not be relied upon since it may be swapped with a different
   * implementation.
   *
   * @param string $menu_name
   *   The name of the menu.