Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PathConfigInterface.php
Go to the documentation of this file.
1 <?php
2 /***
3  * Copyright © Magento, Inc. All rights reserved.
4  * See COPYING.txt for license details.
5  */
7 
13 {
20  public function getCurrentSecureUrl(\Magento\Framework\App\RequestInterface $request);
21 
29  public function shouldBeSecure($path);
30 
36  public function getDefaultPath();
37 }
getCurrentSecureUrl(\Magento\Framework\App\RequestInterface $request)