1 | <?php |
||
25 | class SchemaBuilderInstallerPass implements CompilerPassInterface |
||
26 | { |
||
27 | const CLEAN_INSTALLER_DEF_ID = 'ezplatform.installer.clean_installer'; |
||
28 | |||
29 | /** |
||
30 | * Replace Clean installer with CoreInstaller if required SchemaBuilder from DoctrineSchemaBundle is available. |
||
31 | * |
||
32 | * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container |
||
33 | * |
||
34 | * @throws \Exception |
||
35 | */ |
||
36 | public function process(ContainerBuilder $container) |
||
48 | } |
||
49 |