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
ActionInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\App
;
7
14
interface
ActionInterface
15
{
16
const
FLAG_NO_DISPATCH
=
'no-dispatch'
;
17
18
const
FLAG_NO_POST_DISPATCH
=
'no-postDispatch'
;
19
20
const
FLAG_NO_DISPATCH_BLOCK_EVENT
=
'no-beforeGenerateLayoutBlocksDispatch'
;
21
22
const
PARAM_NAME_BASE64_URL
=
'r64'
;
23
24
const
PARAM_NAME_URL_ENCODED
=
'uenc'
;
25
34
public
function
execute
();
35
}
Magento\Framework\App\ActionInterface\FLAG_NO_DISPATCH_BLOCK_EVENT
const FLAG_NO_DISPATCH_BLOCK_EVENT
Definition:
ActionInterface.php:20
Magento\Framework\App\ActionInterface\PARAM_NAME_BASE64_URL
const PARAM_NAME_BASE64_URL
Definition:
ActionInterface.php:22
Magento\Framework\App
Magento\Framework\App\ActionInterface\FLAG_NO_DISPATCH
const FLAG_NO_DISPATCH
Definition:
ActionInterface.php:16
Magento\Framework\App\ActionInterface\execute
execute()
Magento\Framework\App\ActionInterface\PARAM_NAME_URL_ENCODED
const PARAM_NAME_URL_ENCODED
Definition:
ActionInterface.php:24
Magento\Framework\App\ActionInterface\FLAG_NO_POST_DISPATCH
const FLAG_NO_POST_DISPATCH
Definition:
ActionInterface.php:18
Magento\Framework\App\ActionInterface
Definition:
ActionInterface.php:14