GetUtilityPageIdentifiersInterface
Magento\Cms\Api\GetUtilityPageIdentifiersInterface
What it does
This interface defines a contract for retrieving identifiers of utility CMS pages in Magento 2.
Developers would use implementations of this interface to programmatically fetch a list of system-level CMS pages that serve special purposes (like 404 pages, cookie restriction pages, or home pages).
It's particularly useful when you need to filter or identify pages that have specific system functions versus regular content pages.
Public Methods
- execute()