Interface
PageSearchResultsInterface
Magento\Cms\Api\Data\PageSearchResultsInterface
What it does
This interface defines the contract for CMS page search results in Magento 2.
Developers use this when implementing or consuming repository methods that return multiple CMS pages, such as search operations or filtered lists.
It extends SearchResultsInterface to provide pagination and total count functionality while enforcing type safety for CMS page collections.
Public Methods
- getItems()
- setItems()