| Total Complexity | 2 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class Configuration implements ConfigurationInterface |
||
| 12 | { |
||
| 13 | public function getConfigTreeBuilder(): TreeBuilder |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Parses the "sendy" block config section |
||
| 25 | * Example for yaml section: |
||
| 26 | * sendy: |
||
| 27 | * api_key: "yourapiKEYHERE" |
||
| 28 | * api_host: "https://updates.mydomain.com" |
||
| 29 | * list_id: "your_list_id_goes_here". |
||
| 30 | */ |
||
| 31 | private function addSendySection(ArrayNodeDefinition $node): void |
||
| 50 |