FieldByClassEnhancer |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
This enhancer sets a field if not yet existing from the class of an object
in another field. |
FieldMapEnhancer |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
This enhancer can fill one field with the result of a hashmap lookup of
another field. If the target field is already set, it does nothing. |
FieldPresenceEnhancer |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldPresenceEnhancer.php |
This enhancer can set a field to a fixed value if an other field is present. |
RouteContentEnhancer |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteContentEnhancer.php |
This enhancer sets the content to target field if the route provides content |
RouteEnhancerInterface |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/RouteEnhancerInterface.php |
A route enhancer can change the values in the route data arrays |