public BreadcrumbManager::__construct(ModuleHandlerInterface $module_handler)
Constructs a \Drupal\Core\Breadcrumb\BreadcrumbManager object.
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.
public function __construct(ModuleHandlerInterface $module_handler) { $this->moduleHandler = $module_handler; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Breadcrumb!BreadcrumbManager.php/function/BreadcrumbManager::__construct/8.1.x