Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | protected function configureResourceNode(ArrayNodeDefinition $resourceNode): void |
||
16 | { |
||
17 | $node = $resourceNode->children(); |
||
18 | |||
19 | $node->scalarNode('code')->cannotBeEmpty(); |
||
20 | $node->booleanNode('enabled'); |
||
21 | $node->scalarNode('title')->cannotBeEmpty(); |
||
22 | $node->scalarNode('slug')->cannotBeEmpty(); |
||
23 | } |
||
33 |