Peter

Results 4 comments of Peter
trafficstars

I tried this : ``` php 'form_type' => function(FormFlowInterface $flow) { return $flow->getFormData()->getType(); } ``` but it doesn't like having a closure, same goes with ``` php 'form_type' => $this->getFormData()->getType()...

What about with `/* Bla bla|` ? To follow the syntax with line comment

Hum, yeah good point. There is no multi-line with `//` ?

Hum, yeah didn't know that :). But your trigger idea is fine, maybe change `/**` to `/*` to avoid mixing up with element documentation?