9 methods override RouteEnhancerInterface::enhance() in Zircon Profile 8.0
- EntityRouteEnhancer::enhance in core/
lib/ Drupal/ Core/ Entity/ Enhancer/ EntityRouteEnhancer.php - Update the defaults based on its own data and the request.
- FieldByClassEnhancer::enhance in vendor/
symfony-cmf/ routing/ Enhancer/ FieldByClassEnhancer.php - If the source field is instance of one of the entries in the map, target is set to the value of that map entry.
- FieldMapEnhancer::enhance in vendor/
symfony-cmf/ routing/ Enhancer/ FieldMapEnhancer.php - If the target field is not set but the source field is, map the field
- FieldPresenceEnhancer::enhance in vendor/
symfony-cmf/ routing/ Enhancer/ FieldPresenceEnhancer.php - Update the defaults based on its own data and the request.
- FieldUiRouteEnhancer::enhance in core/
modules/ field_ui/ src/ Routing/ FieldUiRouteEnhancer.php - Update the defaults based on its own data and the request.
- FormRouteEnhancer::enhance in core/
lib/ Drupal/ Core/ Routing/ Enhancer/ FormRouteEnhancer.php - Update the defaults based on its own data and the request.
- LazyRouteEnhancer::enhance in core/
lib/ Drupal/ Core/ Routing/ LazyRouteEnhancer.php - Update the defaults based on its own data and the request.
- ParamConversionEnhancer::enhance in core/
lib/ Drupal/ Core/ Routing/ Enhancer/ ParamConversionEnhancer.php - Update the defaults based on its own data and the request.
- RouteContentEnhancer::enhance in vendor/
symfony-cmf/ routing/ Enhancer/ RouteContentEnhancer.php - If the route has a non-null content and if that content class is in the injected map, returns that controller.