Model
LayoutUpdateManager
Magento\Catalog\Model\Category\Attribute\LayoutUpdateManager
What it does
This class manages custom layout updates for category pages in Magento 2.
It allows developers to fetch available layout handle files for a specific category and extract custom layout settings to apply custom page layouts.
Use this when you need to programmatically work with category-specific layout customizations or build admin interfaces for layout selection.
Public Methods
- fetchAvailableFiles()
- extractCustomSettings()