| 1 | <?php |
||
| 13 | class FormPass implements CompilerPassInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public function process(ContainerBuilder $container) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Check if we need to automatically add form theme from admingen in the |
||
| 25 | * application configuration. |
||
| 26 | * |
||
| 27 | * @param ContainerBuilder $container |
||
| 28 | */ |
||
| 29 | private function injectFormThemeConfiguration(ContainerBuilder $container) |
||
| 44 | } |
||
| 45 |