...
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. |
Legacy
Note |
---|
|
The ezpublish.legacy
property returns an object of type ParameterBag, which is a container for key/value pairs, and contains additional properties to retrieve/handle legacy information.
...