A route enhance service to determine route enhance rules.
Hierarchy
- interface \Symfony\Cmf\Component\Routing\Enhancer\RouteEnhancerInterface
- interface \Drupal\Core\Routing\Enhancer\RouteEnhancerInterface
File
- core/lib/Drupal/Core/Routing/Enhancer/RouteEnhancerInterface.php, line 11
Namespace
Drupal\Core\Routing\Enhancer
Members
Name | Modifiers | Type | Description |
---|---|---|---|
RouteEnhancerInterface::applies | public | function | Declares if the route enhancer applies to the given route. |
RouteEnhancerInterface::enhance | public | function | Update the defaults based on its own data and the request. |
Please login to continue.