Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getCartUrl () | |
getMSCheckoutUrl () | |
getMSLoginUrl () | |
getMSAddressesUrl () | |
getMSShippingAddressSavedUrl () | |
getMSNewShippingUrl () | |
getMSRegisterUrl () | |
![]() | |
getCurrentBase64Url () | |
getEncodedUrl ($url=null) | |
addRequestParam ($url, $param) | |
removeRequestParam ($url, $paramKey, $caseSensitive=false) | |
![]() | |
__construct (Context $context) | |
isModuleOutputEnabled ($moduleName=null) | |
Additional Inherited Members | |
![]() | |
_getRequest () | |
_getModuleName () | |
_getUrl ($route, $params=[]) | |
![]() | |
$_moduleName | |
$_request | |
$_moduleManager | |
$_logger | |
$_urlBuilder | |
$_httpHeader | |
$_eventManager | |
$_remoteAddress | |
$urlEncoder | |
$urlDecoder | |
$scopeConfig | |
$_cacheConfig | |
getCartUrl | ( | ) |
Retrieve shopping cart url
Definition at line 21 of file Url.php.
getMSAddressesUrl | ( | ) |
Retrieve address url
Definition at line 51 of file Url.php.
getMSCheckoutUrl | ( | ) |
Retrieve checkout url
Definition at line 31 of file Url.php.
getMSLoginUrl | ( | ) |
Retrieve login url
Definition at line 41 of file Url.php.
getMSNewShippingUrl | ( | ) |
Retrieve register url
Definition at line 71 of file Url.php.
getMSRegisterUrl | ( | ) |
Retrieve register url
Definition at line 81 of file Url.php.
getMSShippingAddressSavedUrl | ( | ) |
Retrieve shipping address save url
Definition at line 61 of file Url.php.