Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig) | |
execute ($uri, $request) | |
isEnabled () | |
isFrontendSecure () | |
Verifies that the requested URL matches to base URL of store.
Definition at line 11 of file BaseUrlChecker.php.
__construct | ( | \Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig | ) |
\Magento\Framework\App\Config\ScopeConfigInterface | $scopeConfig |
Definition at line 21 of file BaseUrlChecker.php.
execute | ( | $uri, | |
$request | |||
) |
Performs verification.
array | $uri | |
\Magento\Framework\App\Request\Http | $request |
Definition at line 34 of file BaseUrlChecker.php.
isEnabled | ( | ) |
Checks whether base URL verification is enabled or not.
Definition at line 48 of file BaseUrlChecker.php.
isFrontendSecure | ( | ) |
Checks whether frontend is completely secure or not.
Definition at line 61 of file BaseUrlChecker.php.