comparison core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
28 /** 28 /**
29 * Gets the link tree parameters for rendering a specific menu. 29 * Gets the link tree parameters for rendering a specific menu.
30 * 30 *
31 * Builds menu link tree parameters that: 31 * Builds menu link tree parameters that:
32 * - Expand all links in the active trail based on route being viewed. 32 * - Expand all links in the active trail based on route being viewed.
33 * - Expand the descendents of the links in the active trail whose 33 * - Expand the descendants of the links in the active trail whose
34 * 'expanded' flag is enabled. 34 * 'expanded' flag is enabled.
35 * 35 *
36 * This only sets the (relatively complex) parameters to achieve the two above 36 * This only sets the (relatively complex) parameters to achieve the two above
37 * goals, but you can still further customize these parameters. 37 * goals, but you can still further customize these parameters.
38 * 38 *