You are here

protected property LinkGenerator::$moduleHandler in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Utility/LinkGenerator.php \Drupal\Core\Utility\LinkGenerator::moduleHandler

The module handler firing the route_link alter hook.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

core/lib/Drupal/Core/Utility/LinkGenerator.php, line 39
Contains \Drupal\Core\Utility\LinkGenerator.

Class

LinkGenerator
Provides a class which generates a link with route names and parameters.

Namespace

Drupal\Core\Utility

Code

protected $moduleHandler;