FieldByClassEnhancer |
vendor/symfony-cmf/routing/Enhancer/FieldByClassEnhancer.php |
This enhancer sets a field if not yet existing from the class of an object
in another field. |
FieldMapEnhancer |
vendor/symfony-cmf/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 |
vendor/symfony-cmf/routing/Enhancer/FieldPresenceEnhancer.php |
This enhancer sets a field to a fixed value. You can specify a source field
name to only set the target field if the source is present. |
RouteContentEnhancer |
vendor/symfony-cmf/routing/Enhancer/RouteContentEnhancer.php |
This enhancer sets the content to target field if the route provides content. |
RouteEnhancerInterface |
vendor/symfony-cmf/routing/Enhancer/RouteEnhancerInterface.php |
A route enhancer can change the values in the route data arrays |