GetUtilityPageIdentifiersInterface
Magento\Cms\Api\GetUtilityPageIdentifiersInterface
What it does
This interface defines a contract for retrieving identifiers of utility CMS pages in Magento 2.
Developers use this when they need to programmatically fetch a list of special system pages (like 404, home page, no-route pages) that serve utility functions rather than regular content pages.
It's commonly used in modules that need to differentiate between utility and standard CMS pages.
Public Methods
- execute()