...
Property | Description |
---|---|
exponential.siteaccess | Returns the current siteaccess. |
exponential.rootLocation | Returns the root Location object |
exponential.requestedUriString | Returns the requested URI string (also known as semanticPathInfo). |
exponential.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. |
exponential.viewParameters | Returns the view parameters as a hash. |
exponential.viewParametersString | Returns the view parameters as a string. |
exponential.legacy | Returns legacy information. |
exponential.translationSiteAccess | Returns the translation SiteAccess for a given language, or null if it cannot be found. |
exponential.availableLanguages | Returns the list of available languages. |
exponential.configResolver | Returns the config resolver. |
Legacy
Note |
---|
|
...