|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Framework\App\Helper\Context $context, StoreManagerInterface $storeManager, UrlInterface $url=null) | |
| decodeTrackingHash ($hash) | |
| getTrackingPopupUrlBySalesModel ($model) | |
Public Member Functions inherited from AbstractHelper | |
| __construct (Context $context) | |
| isModuleOutputEnabled ($moduleName=null) | |
Protected Member Functions | |
| _getTrackingUrl ($key, $model, $method='getId') | |
Protected Member Functions inherited from AbstractHelper | |
| _getRequest () | |
| _getModuleName () | |
| _getUrl ($route, $params=[]) | |
Protected Attributes | |
| $_allowedHashKeys = ['ship_id', 'order_id', 'track_id'] | |
| $_storeManager | |
Protected Attributes inherited from AbstractHelper | |
| $_moduleName | |
| $_request | |
| $_moduleManager | |
| $_logger | |
| $_urlBuilder | |
| $_httpHeader | |
| $_eventManager | |
| $_remoteAddress | |
| $urlEncoder | |
| $urlDecoder | |
| $scopeConfig | |
| $_cacheConfig | |
| __construct | ( | \Magento\Framework\App\Helper\Context | $context, |
| StoreManagerInterface | $storeManager, | ||
| UrlInterface | $url = null |
||
| ) |
|
protected |
| decodeTrackingHash | ( | $hash | ) |
Decode url hash
| string | $hash |
| getTrackingPopupUrlBySalesModel | ( | $model | ) |
Shipping tracking popup URL getter
| \Magento\Sales\Model\AbstractModel | $model |
Definition at line 94 of file Data.php.
|
protected |