Log in
Model

PageSearchResults

Magento\Cms\Model\PageSearchResults

What it does

This class serves as a container for CMS page search results in Magento 2.

Developers use this when retrieving multiple CMS pages through repository methods with search criteria, as it holds both the collection of pages and pagination metadata like total count.

It's typically returned by the PageRepository's getList() method.