PHP Class eZ\Bundle\EzPublishCoreBundle\Controller

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
getGlobalHelper ( ) : eZ\Publish\Core\MVC\Legacy\Templating\GlobalHelper Returns the general helper service, exposed in Twig templates as "ezpublish" global variable.
getRepository ( ) : eZ\Publish\API\Repository\Repository
getRootLocation ( ) : eZ\Publish\API\Repository\Values\Content\Location Returns the root location object for current siteaccess configuration.

Protected Methods

Method Description
getConfigResolver ( ) : ConfigResolver

Method Details

getConfigResolver() protected method

protected getConfigResolver ( ) : ConfigResolver
return eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigResolver

getGlobalHelper() public method

Returns the general helper service, exposed in Twig templates as "ezpublish" global variable.
public getGlobalHelper ( ) : eZ\Publish\Core\MVC\Legacy\Templating\GlobalHelper
return eZ\Publish\Core\MVC\Legacy\Templating\GlobalHelper

getRepository() public method

public getRepository ( ) : eZ\Publish\API\Repository\Repository
return eZ\Publish\API\Repository\Repository

getRootLocation() public method

Returns the root location object for current siteaccess configuration.
public getRootLocation ( ) : eZ\Publish\API\Repository\Values\Content\Location
return eZ\Publish\API\Repository\Values\Content\Location