| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | public function build(TranslatorInterface $translator) |
||
| 27 | { |
||
| 28 | $repositoryConfig = $this->configProvider->getRepositoryConfig(); |
||
| 29 | |||
| 30 | return new SettingsFieldsGroupsList( |
||
| 31 | $translator, |
||
| 32 | $repositoryConfig['fields_groups']['default'], |
||
| 33 | $repositoryConfig['fields_groups']['list'] |
||
| 34 | ); |
||
| 35 | } |
||
| 36 | } |
||
| 37 |