Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (FileSystem $filesystem, TemplateEnginePool $templateEnginePool, Generator $generator) | |
render (UiComponentInterface $view, $template='') | |
![]() | |
__construct (FileSystem $filesystem, TemplateEnginePool $templateEnginePool) | |
Protected Member Functions | |
getDataXml (UiComponentInterface $view) | |
objectToXml (\Magento\Framework\DataObject $object) | |
Protected Attributes | |
$filesystem | |
$templateEnginePool | |
$generator | |
![]() | |
$filesystem | |
$templateEnginePool | |
__construct | ( | FileSystem | $filesystem, |
TemplateEnginePool | $templateEnginePool, | ||
Generator | $generator | ||
) |
Constructor
FileSystem | $filesystem | |
TemplateEnginePool | $templateEnginePool | |
Generator | $generator |
Definition at line 40 of file Xml.php.
|
protected |
UiComponentInterface | $view |
Definition at line 78 of file Xml.php.
|
protected |
render | ( | UiComponentInterface | $view, |
$template = '' |
|||
) |
Render data
UiComponentInterface | $view | |
string | $template |
Implements ContentTypeInterface.
Definition at line 57 of file Xml.php.