Model
Converter
Magento\PageBuilder\Model\Config\ContentType\Converter
What it does
This class converts Page Builder content type configuration from XML format into a PHP array structure that Magento can process.
Developers use this when defining or extending Page Builder content types, as it transforms XML declarations of appearances, styles, attributes, and parent-child relationships into a structured array format used by the Page Builder system at runtime.
Public Methods
- convert()