| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function create(ContainerBuilder $container, $loaderName, array $config): string |
||
| 24 | { |
||
| 25 | $definition = $this->getChildLoaderDefinition(); |
||
| 26 | $definition->replaceArgument(0, $this->createLoaderReferences($config['loaders'])); |
||
| 27 | |||
| 28 | return $this->setTaggedLoaderDefinition($loaderName, $definition, $container); |
||
| 29 | } |
||
| 30 | |||
| 67 |