| 1 | <?php |
||
| 15 | class TwigInflectionExtension extends Extension |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Loads a specific configuration. |
||
| 19 | * |
||
| 20 | * @param array $configs An array of configuration values. |
||
| 21 | * @param ContainerBuilder $container A ContainerBuilder instance. |
||
| 22 | * |
||
| 23 | * @throws \InvalidArgumentException When provided tag is not defined in this extension. |
||
| 24 | */ |
||
| 25 | public function load(array $configs, ContainerBuilder $container) |
||
| 33 | } |
||
| 34 |