Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
RewriteUrl Class Reference
Inheritance diagram for RewriteUrl:
StoreSwitcherInterface

Public Member Functions

 __construct (UrlFinderInterface $urlFinder, \Magento\Framework\HTTP\PhpEnvironment\RequestFactory $requestFactory)
 
- Public Member Functions inherited from StoreSwitcherInterface
 switch (StoreInterface $fromStore, StoreInterface $targetStore, string $redirectUrl)
 

Detailed Description

Handle url rewrites for redirect url

Definition at line 18 of file RewriteUrl.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( UrlFinderInterface  $urlFinder,
\Magento\Framework\HTTP\PhpEnvironment\RequestFactory  $requestFactory 
)
Parameters
UrlFinderInterface$urlFinder
\Magento\Framework\HTTP\PhpEnvironment\RequestFactory$requestFactory

Definition at line 34 of file RewriteUrl.php.

37  {
38  $this->urlFinder = $urlFinder;
39  $this->requestFactory = $requestFactory;
40  }

The documentation for this class was generated from the following file: