Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-backend
Model
UrlInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Backend\Model
;
7
12
interface
UrlInterface
extends
\Magento\Framework\UrlInterface
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
}
Magento\Backend\Model\UrlInterface\renewSecretUrls
renewSecretUrls()
Magento\Backend\Model\Auth
Definition:
Auth.php:19
Magento\Backend\Model\UrlInterface\setSession
setSession(\Magento\Backend\Model\Auth\Session $session)
Magento\Backend\Model\UrlInterface
Definition:
UrlInterface.php:12
Magento\Backend\Model\UrlInterface\SECRET_KEY_PARAM_NAME
const SECRET_KEY_PARAM_NAME
Definition:
UrlInterface.php:17
$session
$session
Definition:
quote_with_configurable_product_last_variation.php:62
Magento\Backend\Model\UrlInterface\turnOffSecretKey
turnOffSecretKey()
Magento\Framework\UrlInterface
Definition:
UrlInterface.php:12
Magento\Backend\Model\Session
Definition:
Session.php:14
Magento\Backend\Model\UrlInterface\useSecretKey
useSecretKey()
Magento\Backend\Model\UrlInterface\findFirstAvailableMenu
findFirstAvailableMenu()
Magento\Backend\Model\UrlInterface\turnOnSecretKey
turnOnSecretKey()
Magento
Magento\Backend\Model\UrlInterface\getAreaFrontName
getAreaFrontName()
Magento\Backend\Model\UrlInterface\XML_PATH_STARTUP_MENU_ITEM
const XML_PATH_STARTUP_MENU_ITEM
Definition:
UrlInterface.php:22
$controller
$controller
Definition:
info.phtml:14
Magento\Backend\Model\UrlInterface\getStartupPageUrl
getStartupPageUrl()
Magento\Backend\Model
Magento\Backend\Model\UrlInterface\getSecretKey
getSecretKey($routeName=null, $controller=null, $action=null)