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
framework
App
Response
RedirectInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Framework\App\Response
;
9
14
interface
RedirectInterface
15
{
16
const
PARAM_NAME_REFERER_URL
=
'referer_url'
;
17
18
const
PARAM_NAME_ERROR_URL
=
'error_url'
;
19
20
const
PARAM_NAME_SUCCESS_URL
=
'success_url'
;
21
27
public
function
getRefererUrl
();
28
35
public
function
getRedirectUrl
($defaultUrl =
null
);
36
43
public
function
error
($defaultUrl);
44
51
public
function
success
($defaultUrl);
52
59
public
function
updatePathParams
(array
$arguments
);
60
69
public
function
redirect
(\
Magento
\Framework\
App
\
ResponseInterface
$response
,
$path
,
$arguments
= []);
70
}
$response
$response
Definition:
404.php:11
Magento\Framework\App
Magento\Framework\App\Response\RedirectInterface\redirect
redirect(\Magento\Framework\App\ResponseInterface $response, $path, $arguments=[])
Magento\Framework\App\Response\RedirectInterface\success
success($defaultUrl)
Magento\Framework\App\Response\RedirectInterface\error
error($defaultUrl)
Magento\Framework\App\Response\RedirectInterface\updatePathParams
updatePathParams(array $arguments)
Magento\Framework\App\Response\RedirectInterface
Definition:
RedirectInterface.php:14
Magento\Framework\App\Response\RedirectInterface\PARAM_NAME_SUCCESS_URL
const PARAM_NAME_SUCCESS_URL
Definition:
RedirectInterface.php:20
Magento\Framework\App\Response\RedirectInterface\getRedirectUrl
getRedirectUrl($defaultUrl=null)
Magento\Framework\App\Response\RedirectInterface\getRefererUrl
getRefererUrl()
Magento
$arguments
$arguments
Definition:
final_price.phtml:24
Magento\Framework\App\Response\RedirectInterface\PARAM_NAME_ERROR_URL
const PARAM_NAME_ERROR_URL
Definition:
RedirectInterface.php:18
Magento\Framework\App\ResponseInterface
Definition:
ResponseInterface.php:14
Magento\Framework\App\Response\RedirectInterface\PARAM_NAME_REFERER_URL
const PARAM_NAME_REFERER_URL
Definition:
RedirectInterface.php:16
Magento\Framework\App\Response
Definition:
FileInterface.php:8
$path
$path
Definition:
import_with_filesystem_images.php:14