Model
Builder
Magento\Backend\Model\View\Page\Builder
What it does
This class builds and prepares pages for the Magento admin panel.
It extends the standard page builder to automatically initialize and display system messages (success, error, warning notifications) after generating blocks.
Developers typically don't interact with this class directly as it's used internally by Magento's backend rendering system.