Log in
Model

Manager

Magento\Ui\Model\Manager

What it does

The Manager class is responsible for loading, preparing, and caching UI component configurations in Magento 2.

It reads XML configuration files for UI components (grids, forms, etc.), merges component definitions with their base configurations, processes arguments, and stores the results in cache for performance.

Developers rarely interact with this class directly as it's used internally by Magento's UI component framework.

Public Methods

  • getData()
  • prepareData()
  • createRawComponentData()
  • getReader()