Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Router.php
Go to the documentation of this file.
1 <?php
9 namespace Magento\Backend\App;
10 
16 {
20  protected $_url;
21 
28  protected $_requiredParams = ['areaFrontName', 'moduleFrontName', 'actionPath', 'actionName'];
29 
36  protected $applyNoRoute = true;
37 
42 
48  protected function _shouldRedirectToSecure()
49  {
50  return false;
51  }
52 }