Issue #2448681 by jeqq: Remove obsolete todo from MenuTreeParameters class

8.0.x
webchick 2015-07-02 00:29:48 -07:00
parent 17a39ede7f
commit 3d04557ad9
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ namespace Drupal\Core\Menu;
* - Which parent IDs should be used to restrict the tree. Only links with
* a parent in the list will be included.
* - Which menu links are omitted, depending on the minimum and maximum depth.
*
* @todo Add getter methods and make all properties protected and define an
* interface instead of using the concrete class to type hint.
* https://www.drupal.org/node/2302041
*/
class MenuTreeParameters {