| 1 | <?php |
||
| 14 | final class SettingsFieldsGroupsListFactory |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var \eZ\Bundle\EzPublishCoreBundle\ApiLoader\RepositoryConfigurationProvider |
||
| 18 | */ |
||
| 19 | private $configProvider; |
||
| 20 | |||
| 21 | public function __construct(RepositoryConfigurationProvider $configProvider) |
||
| 25 | |||
| 26 | public function build(TranslatorInterface $translator) |
||
| 36 | } |
||
| 37 |