Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Parser $argumentParser, ParserInterface $parser, ReaderInterface $reader, ConverterUtils $converterUtils) | |
convert ($source) | |
Data Fields | |
const | DATA_ATTRIBUTES_KEY = 'attributes' |
const | DATA_ARGUMENTS_KEY = 'arguments' |
const | DATA_COMPONENTS_KEY = 'children' |
const | ARGUMENT_KEY = 'argument' |
const | SETTINGS_KEY = 'settings' |
const | NAME_ATTRIBUTE_KEY = 'name' |
const | CLASS_ATTRIBUTE_KEY = 'class' |
Converter for UI Component instances configuration files
Definition at line 16 of file Converter.php.
__construct | ( | Parser | $argumentParser, |
ParserInterface | $parser, | ||
ReaderInterface | $reader, | ||
ConverterUtils | $converterUtils | ||
) |
Parser | $argumentParser | |
ParserInterface | $parser | |
ReaderInterface | $reader | |
ConverterUtils | $converterUtils |
Definition at line 84 of file Converter.php.
convert | ( | $source | ) |
Convert configuration to array
\DOMDocument | null | $source |
Convert dom node tree to array
\DOMDocument | $source |
Convert config
\DOMDocument | $source |
Convert dom node tree to array
\DOMDocument | $source |
Implements ConverterInterface.
Definition at line 152 of file Converter.php.
const ARGUMENT_KEY = 'argument' |
The key of the arguments node
Definition at line 36 of file Converter.php.
const CLASS_ATTRIBUTE_KEY = 'class' |
Key class attribute value
Definition at line 51 of file Converter.php.
const DATA_ARGUMENTS_KEY = 'arguments' |
The key for the data arguments
Definition at line 26 of file Converter.php.
const DATA_ATTRIBUTES_KEY = 'attributes' |
The key attributes of a node
Definition at line 21 of file Converter.php.
const DATA_COMPONENTS_KEY = 'children' |
The key of sub components
Definition at line 31 of file Converter.php.
const NAME_ATTRIBUTE_KEY = 'name' |
Key name attribute value
Definition at line 46 of file Converter.php.
const SETTINGS_KEY = 'settings' |
The key of the settings component
Definition at line 41 of file Converter.php.