larowlan / menu_block

Menu Block D8 Port
0 stars 2 forks source link

Issue #2141119 by kim.pepper: Refactor to use MenuTree service #6

Closed kimpepper closed 10 years ago

dawehner commented 10 years ago

It would be really cool if you have a look at those rewrites of the subsystem http://drupalcode.org/sandbox/dereine/2031809.git/blob/refs/heads/2227441:/core/lib/Drupal/Core/Menu/MenuLinkTreeStorageInterface.php

http://drupalcode.org/sandbox/dereine/2031809.git/blob/refs/heads/2227441:/core/lib/Drupal/Core/Menu/MenuLinkTree.php

http://drupalcode.org/sandbox/dereine/2031809.git/blob/refs/heads/2227441:/core/lib/Drupal/Core/Menu/MenuLinkTreeStorage.php

kimpepper commented 10 years ago

Thanks @dawehner

Probably best that we try and re-write menu_block using the sandbox code, to see if there are any issues.