Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
UrlInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Backend\Model;
7 
13 {
17  const SECRET_KEY_PARAM_NAME = 'key';
18 
22  const XML_PATH_STARTUP_MENU_ITEM = 'admin/startup/menu_item_id';
23 
32  public function getSecretKey($routeName = null, $controller = null, $action = null);
33 
39  public function useSecretKey();
40 
46  public function turnOnSecretKey();
47 
53  public function turnOffSecretKey();
54 
60  public function renewSecretUrls();
61 
67  public function getStartupPageUrl();
68 
75  public function setSession(\Magento\Backend\Model\Auth\Session $session);
76 
82  public function getAreaFrontName();
83 
89  public function findFirstAvailableMenu();
90 }
setSession(\Magento\Backend\Model\Auth\Session $session)
$controller
Definition: info.phtml:14
getSecretKey($routeName=null, $controller=null, $action=null)