Property | Type | Description | |
---|---|---|---|
$configResolver | eZ\Publish\Core\MVC\ConfigResolverInterface | ||
$locationService | eZ\Publish\API\Repository\LocationService | ||
$router | Symfony\Component\Routing\RouterInterface | ||
$translationHelper |
Method | Description | |
---|---|---|
__construct ( eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver, eZ\Publish\API\Repository\LocationService $locationService, Symfony\Component\Routing\RouterInterface $router, |
||
getAvailableLanguages ( ) : array | Returns the list of available languages. | |
getConfigResolver ( ) : eZ\Publish\Core\MVC\ConfigResolverInterface | Returns the config resolver. | |
getRequestedUriString ( ) : string | Returns the requested URI string (aka semanticPathInfo). | |
getRootLocation ( ) : eZ\Publish\API\Repository\Values\Content\Location | Returns the root location. | |
getSiteaccess ( ) : |
Returns the current siteaccess. | |
getSystemUriString ( ) : null | string | Returns the "system" URI string. | |
getTranslationSiteAccess ( string $language ) : null | string | Returns the translation SiteAccess for $language, or null if it cannot be found. | |
getViewParameters ( ) : array | null | Returns the view parameters as a hash. | |
getViewParametersString ( ) : string | Returns the view parameters as a string. |
public __construct ( eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver, eZ\Publish\API\Repository\LocationService $locationService, Symfony\Component\Routing\RouterInterface $router, |
||
$configResolver | eZ\Publish\Core\MVC\ConfigResolverInterface | |
$locationService | eZ\Publish\API\Repository\LocationService | |
$router | Symfony\Component\Routing\RouterInterface | |
$translationHelper |
public getAvailableLanguages ( ) : array | ||
return | array |
public getConfigResolver ( ) : eZ\Publish\Core\MVC\ConfigResolverInterface | ||
return | eZ\Publish\Core\MVC\ConfigResolverInterface |
public getRequestedUriString ( ) : string | ||
return | string |
public getRootLocation ( ) : eZ\Publish\API\Repository\Values\Content\Location | ||
return | eZ\Publish\API\Repository\Values\Content\Location |
public getSiteaccess ( ) : |
||
return |
public getSystemUriString ( ) : null | string | ||
return | null | string |
public getViewParameters ( ) : array | null | ||
return | array | null |
public getViewParametersString ( ) : string | ||
return | string |
protected ConfigResolverInterface,eZ\Publish\Core\MVC $configResolver | ||
return | eZ\Publish\Core\MVC\ConfigResolverInterface |
protected LocationService,eZ\Publish\API\Repository $locationService | ||
return | eZ\Publish\API\Repository\LocationService |
protected RouterInterface,Symfony\Component\Routing $router | ||
return | Symfony\Component\Routing\RouterInterface |