PHP Class eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\ConfigResolverParameterPass

It will replace those parameters by fake services having the config resolver as factory. The factory method will then return the right value, at runtime. Supported syntax for parameters: $[;[;]]$
See also: eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\DynamicSettingParserInterface
Inheritance: implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
__construct ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\DynamicSettingParserInterface $dynamicSettingParser )
process ( ContainerBuilder $container )

Private Methods

Method Description
createExpression ( array $dynamicSetting ) : Symfony\Component\ExpressionLanguage\Expression Returns the expression object corresponding to passed dynamic setting.

Method Details

__construct() public method

public __construct ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\DynamicSettingParserInterface $dynamicSettingParser )
$dynamicSettingParser eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\DynamicSettingParserInterface

process() public method

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