comparison core/lib/Drupal/Core/Menu/MenuLinkManager.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
91 * 91 *
92 * @var \Drupal\Core\Extension\ModuleHandlerInterface 92 * @var \Drupal\Core\Extension\ModuleHandlerInterface
93 */ 93 */
94 protected $moduleHandler; 94 protected $moduleHandler;
95 95
96
97 /** 96 /**
98 * Constructs a \Drupal\Core\Menu\MenuLinkManager object. 97 * Constructs a \Drupal\Core\Menu\MenuLinkManager object.
99 * 98 *
100 * @param \Drupal\Core\Menu\MenuTreeStorageInterface $tree_storage 99 * @param \Drupal\Core\Menu\MenuTreeStorageInterface $tree_storage
101 * The menu link tree storage. 100 * The menu link tree storage.