You are here

protected property FieldPresenceEnhancer::$target in Zircon Profile 8.0

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

Field name to write the value into.

Type: string

File

vendor/symfony-cmf/routing/Enhancer/FieldPresenceEnhancer.php, line 37

Class

FieldPresenceEnhancer
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.

Namespace

Symfony\Cmf\Component\Routing\Enhancer

Code

protected $target;