Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\Session\Config $config) | |
getUrl ($route, array $params=[]) | |
getDomain () | |
![]() | |
__construct (Context $context) | |
isModuleOutputEnabled ($moduleName=null) | |
Data Fields | |
const | PRIVATE_MAX_AGE_CACHE = 31536000 |
Protected Attributes | |
$config | |
![]() | |
$_moduleName | |
$_request | |
$_moduleManager | |
$_logger | |
$_urlBuilder | |
$_httpHeader | |
$_eventManager | |
$_remoteAddress | |
$urlEncoder | |
$urlDecoder | |
$scopeConfig | |
$_cacheConfig | |
Additional Inherited Members | |
![]() | |
_getRequest () | |
_getModuleName () | |
_getUrl ($route, $params=[]) | |
__construct | ( | \Magento\Framework\Session\Config | $config | ) |
\Magento\Framework\Session\Config | $config |
getDomain | ( | ) |
getUrl | ( | $route, | |
array | $params = [] |
||
) |
Retrieve url
string | $route | |
array | $params |
Definition at line 43 of file Data.php.
const PRIVATE_MAX_AGE_CACHE = 31536000 |