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
View
Layout
ProcessorInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\View\Layout
;
7
11
interface
ProcessorInterface
12
{
19
public
function
addUpdate
($update);
20
26
public
function
asArray
();
27
33
public
function
asString
();
34
41
public
function
addHandle
($handleName);
42
49
public
function
removeHandle
($handleName);
50
56
public
function
getHandles
();
57
67
public
function
addPageHandles
(array $handlesToTry);
68
74
public
function
getAllDesignAbstractions
();
75
82
public
function
isPageLayoutDesignAbstraction
(array $abstraction);
83
90
public
function
isCustomerDesignAbstraction
(array $abstraction);
91
99
public
function
load
($handles = []);
100
106
public
function
asSimplexml
();
107
113
public
function
getFileLayoutUpdatesXml
();
114
126
public
function
getContainers
();
127
133
public
function
getCacheId
();
134
}
Magento\Framework\View\Layout\ProcessorInterface\asString
asString()
Magento\Framework\View\Layout
Definition:
AclCondition.php:6
Magento\Framework\View\Layout\ProcessorInterface\asSimplexml
asSimplexml()
Magento\Framework\View\Layout\ProcessorInterface\getContainers
getContainers()
Magento\Framework\View\Layout\ProcessorInterface\getCacheId
getCacheId()
Magento\Framework\View\Layout\ProcessorInterface
Definition:
ProcessorInterface.php:11
Magento\Framework\View\Layout\ProcessorInterface\load
load($handles=[])
Magento\Framework\View\Layout\ProcessorInterface\getFileLayoutUpdatesXml
getFileLayoutUpdatesXml()
Magento\Framework\View\Layout\ProcessorInterface\isCustomerDesignAbstraction
isCustomerDesignAbstraction(array $abstraction)
Magento\Framework\View\Layout\ProcessorInterface\removeHandle
removeHandle($handleName)
Magento\Framework\View\Layout\ProcessorInterface\addPageHandles
addPageHandles(array $handlesToTry)
Magento\Framework\View\Layout\ProcessorInterface\getHandles
getHandles()
Magento\Framework\View\Layout\ProcessorInterface\isPageLayoutDesignAbstraction
isPageLayoutDesignAbstraction(array $abstraction)
Magento\Framework\View\Layout\ProcessorInterface\addHandle
addHandle($handleName)
Magento\Framework\View\Layout\ProcessorInterface\getAllDesignAbstractions
getAllDesignAbstractions()
Magento\Framework\View\Layout\ProcessorInterface\addUpdate
addUpdate($update)
Magento\Framework\View\Layout\ProcessorInterface\asArray
asArray()