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
ViewInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\App
;
7
17
interface
ViewInterface
18
{
24
public
function
loadLayoutUpdates
();
25
32
public
function
renderLayout
(
$output
=
''
);
33
39
public
function
getDefaultLayoutHandle
();
40
51
public
function
loadLayout
($handles =
null
, $generateBlocks =
true
, $generateXml =
true
, $addActionHandles =
true
);
52
58
public
function
generateLayoutXml
();
59
67
public
function
addPageLayoutHandles
(array $parameters = [], $defaultHandle =
null
);
68
74
public
function
generateLayoutBlocks
();
75
81
public
function
getPage
();
82
88
public
function
getLayout
();
89
95
public
function
addActionLayoutHandles
();
96
103
public
function
setIsLayoutLoaded
(
$value
);
104
110
public
function
isLayoutLoaded
();
111
}
Magento\Framework\App
Magento\Framework\App\ViewInterface\setIsLayoutLoaded
setIsLayoutLoaded($value)
Magento\Framework\App\ViewInterface\renderLayout
renderLayout($output='')
Magento\Framework\App\ViewInterface\loadLayoutUpdates
loadLayoutUpdates()
Magento\Framework\App\ViewInterface
Definition:
ViewInterface.php:17
Magento\Framework\App\ViewInterface\addActionLayoutHandles
addActionLayoutHandles()
Magento\Framework\App\ViewInterface\loadLayout
loadLayout($handles=null, $generateBlocks=true, $generateXml=true, $addActionHandles=true)
$value
$value
Definition:
gender.phtml:16
Magento\Framework\App\ViewInterface\generateLayoutXml
generateLayoutXml()
Magento\Framework\App\ViewInterface\getPage
getPage()
Magento\Framework\App\ViewInterface\generateLayoutBlocks
generateLayoutBlocks()
Magento\Framework\App\ViewInterface\getDefaultLayoutHandle
getDefaultLayoutHandle()
$output
$output
Definition:
classmap_generator.php:100
Magento\Framework\App\ViewInterface\getLayout
getLayout()
Magento\Framework\App\ViewInterface\addPageLayoutHandles
addPageLayoutHandles(array $parameters=[], $defaultHandle=null)
Magento\Framework\App\ViewInterface\isLayoutLoaded
isLayoutLoaded()