...
Property | Description |
---|---|
ezpublish.siteaccess | Returns the current siteaccess. |
ezpublish.rootLocation | Returns the root Location object |
ezpublish.requestedUriString | Returns the requested URI string (also known as semanticPathInfo). |
ezpublish.systemUriString | Returns the "system" URI string. System URI is the URI for internal content controller. If current route is not an URLAlias, then the current Pathinfo is returned. |
ezpublish.viewParameters | Returns the view parameters as a hash. |
ezpublish.viewParametersString | Returns the view parameters as a string. |
ezpublish.legacy | Returns legacy information. |
ezpublish.translationSiteAccess | Returns the translation SiteAccess for a given language, or null if it cannot be found. |
ezpublish.availableLanguages | Returns the list of available languages. |
ezpublish.configResolver | Returns the config resolver. |
Legacy
Note |
---|
|
...