eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Compiler\FragmentPassTest::registerCompilerPass PHP Method

registerCompilerPass() protected method

protected registerCompilerPass ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder
    protected function registerCompilerPass(ContainerBuilder $container)
    {
        $container->addCompilerPass(new FragmentPass());
    }