PHP Class Youshido\GraphQLBundle\DependencyInjection\Compiler\GraphQlCompilerPass

Author: Portey Vasil ([email protected])
Inheritance: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Show file Open project: youshido/graphql-bundle

Public Methods

Method Description
process ( ContainerBuilder $container ) You can modify the container here before it is dumped to PHP code.

Private Methods

Method Description
addListVoter ( ContainerBuilder $container, $voterClass, array $list )
processSecurityGuard ( ContainerBuilder $container )

Method Details

process() public method

You can modify the container here before it is dumped to PHP code.
public process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder