PHP 클래스 Contao\CoreBundle\DependencyInjection\Compiler\DoctrineMigrationsPass

상속: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
process ( ContainerBuilder $container )

비공개 메소드들

메소드 설명
hasMigrationsBundle ( ContainerBuilder $container ) : boolean Checks if the Doctrine migrations bundle is enabled.
hasOrm ( ContainerBuilder $container ) : boolean Checks if Doctrine ORM is enabled.
registerDiffCommand ( ContainerBuilder $container, Definition $provider ) Registers the custom doctrine:schema:diff command that works without ORM.

메소드 상세

process() 공개 메소드

public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder