class FieldMapEnhancer

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.

@author David Buchmann

Hierarchy

Expanded class hierarchy of FieldMapEnhancer

1 file declares its use of FieldMapEnhancer

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php, line 13

Namespace

Symfony\Cmf\Component\Routing\Enhancer
View source

Members

Namesort descending Modifiers Type Description Overrides
FieldMapEnhancer::$hashmap protected property
FieldMapEnhancer::$source protected property
FieldMapEnhancer::$target protected property
FieldMapEnhancer::enhance public function If the target field is not set but the source field is, map the field Overrides RouteEnhancerInterface::enhance
FieldMapEnhancer::__construct public function