|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Framework\Url\SecurityInfoInterface $urlSecurityInfo, StoreManagerInterface $storeManager) | |
| getCurrentSecureUrl (\Magento\Framework\App\RequestInterface $request) | |
| shouldBeSecure ($path) | |
| getDefaultPath () | |
Public Member Functions inherited from PathConfigInterface | |
| getCurrentSecureUrl (\Magento\Framework\App\RequestInterface $request) | |
Definition at line 8 of file PathConfig.php.
| __construct | ( | \Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig, |
| \Magento\Framework\Url\SecurityInfoInterface | $urlSecurityInfo, | ||
| StoreManagerInterface | $storeManager | ||
| ) |
| \Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig | |
| \Magento\Framework\Url\SecurityInfoInterface | $urlSecurityInfo | |
| StoreManagerInterface | $storeManager |
Definition at line 30 of file PathConfig.php.
| getCurrentSecureUrl | ( | \Magento\Framework\App\RequestInterface | $request | ) |
| getDefaultPath | ( | ) |
{Get router default request path
Implements PathConfigInterface.
Definition at line 84 of file PathConfig.php.
| shouldBeSecure | ( | $path | ) |
{Check whether given path should be secure according to configuration security requirements for URL "Secure" should not be confused with https protocol, it is about web/secure/*_url settings usage only
| string | $path |
| string | $path |
Implements PathConfigInterface.
Definition at line 58 of file PathConfig.php.