Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | public function configureOptions(OptionsResolver $resolver) |
||
24 | { |
||
25 | parent::configureOptions($resolver); |
||
26 | |||
27 | $resolver->setDefaults([ |
||
28 | 'transition' => [], |
||
29 | 'template' => '@CwdFancyGrid/Column/workflow_actions.html.twig', |
||
30 | ]); |
||
31 | |||
32 | $resolver->setAllowedTypes('transition', 'array'); |
||
33 | } |
||
34 | } |
||
35 |