Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
47 | public function getNodeDefinition(NodeDefinition $node) |
||
48 | { |
||
49 | |||
50 | $node |
||
51 | ->children() |
||
52 | ->scalarNode('path')->defaultValue('/token/revocation')->end() |
||
53 | ->booleanNode('allow_callback') |
||
54 | ->info('If true, GET request with "callback" parameter are allowed.') |
||
55 | ->defaultFalse() |
||
56 | ->end() |
||
57 | ->end(); |
||
58 | } |
||
59 | } |
||
60 |