Log in
Model

Converter

Magento\Theme\Model\Layout\Config\Converter

What it does

This class converts XML configuration files that define page layouts (like 1-column, 2-columns-left, etc.) into a PHP array format that Magento can use internally.

Developers would use or extend this class when working with custom page layout configurations in their theme's layout XML files, particularly when defining new page layout types.

Public Methods

  • convert()