| 1 | <?php |
||
| 15 | class Configuration implements ConfigurationInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * {@inheritDoc} |
||
| 19 | */ |
||
| 20 | public function getConfigTreeBuilder() |
||
| 51 | |||
| 52 | /** |
||
| 53 | * Create a node definition for operations (could be extended to define new operations) |
||
| 54 | * @return \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition| |
||
| 55 | * \Symfony\Component\Config\Definition\Builder\NodeDefinition |
||
| 56 | */ |
||
| 57 | protected function addConvertNode() |
||
| 87 | } |
||
| 88 |