protected property LinkGenerator::$moduleHandler in Drupal 9
Same name and namespace in other branches
- 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 35
Class
- LinkGenerator
- Provides a class which generates a link with route names and parameters.
Namespace
Drupal\Core\UtilityCode
protected $moduleHandler;