Class MapbenderYamlCompilerPass
Class MapbenderYamlCompilerPass
Need to load and create bundle application cache.
- Mapbender\CoreBundle\DependencyInjection\Compiler\MapbenderYamlCompilerPass implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Namespace: Mapbender\CoreBundle\DependencyInjection\Compiler
Package: Mapbender\CoreBundle\DependencyInjection\Compiler
Author: Andriy Oblivantsev <eslider@gmail.com>
See: MapbenderCoreBundle::build()
Located at Mapbender/CoreBundle/DependencyInjection/Compiler/MapbenderYamlCompilerPass.php
Package: Mapbender\CoreBundle\DependencyInjection\Compiler
Author: Andriy Oblivantsev <eslider@gmail.com>
See: MapbenderCoreBundle::build()
Located at Mapbender/CoreBundle/DependencyInjection/Compiler/MapbenderYamlCompilerPass.php
Methods summary
public
|
#
__construct( string $applicationDir = null, boolean $applicationsFilePath = null )
MapbenderYamlCompilerPass constructor. |
public
|
#
setContainer( Symfony\Component\DependencyInjection\ContainerBuilder|Symfony\Component\DependencyInjection\ContainerInterface $container )
|
public
|
|
public
|
|
public
Symfony\Component\Config\Resource\FileResource
|
|
public
|
Magic methods summary
Properties summary
protected
Symfony\Component\DependencyInjection\ContainerBuilder|Symfony\Component\DependencyInjection\ContainerInterface
|
$container
Container |
|
protected
string
|
$applicationsFilePath
Application YAML file path |
|
protected
string
|
$applicationDir
Applications directory path where YAML files are |