You are here

protected property FieldMapEnhancer::$hashmap in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony-cmf/routing/Enhancer/FieldMapEnhancer.php \Symfony\Cmf\Component\Routing\Enhancer\FieldMapEnhancer::hashmap

Type: array containing the mapping between the source field value and target field value

File

vendor/symfony-cmf/routing/Enhancer/FieldMapEnhancer.php, line 35

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.

Namespace

Symfony\Cmf\Component\Routing\Enhancer

Code

protected $hashmap;