PHP Class eZ\Publish\Core\MVC\Symfony\View\Configurator\ViewProvider

Typically, the Configured ViewProvider will be included, meaning that Views will be customized based on the view rules defined in the siteaccess aware configuration (content_view, block_view, ...).
Inheritance: implements eZ\Publish\Core\MVC\Symfony\View\Configurator
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
__construct ( eZ\Publish\Core\MVC\Symfony\View\Provider\Registry $providersRegistry ) ViewProvider constructor.
configure ( eZ\Publish\Core\MVC\Symfony\View\View $view )

Method Details

__construct() public method

ViewProvider constructor.
public __construct ( eZ\Publish\Core\MVC\Symfony\View\Provider\Registry $providersRegistry )
$providersRegistry eZ\Publish\Core\MVC\Symfony\View\Provider\Registry

configure() public method

public configure ( eZ\Publish\Core\MVC\Symfony\View\View $view )
$view eZ\Publish\Core\MVC\Symfony\View\View