Cms Module
BlockInterface
InterfaceThis interface defines the contract for CMS Block data objects in Magento 2. Developers use this interface when wor...
BlockSearchResultsInterface
InterfaceThis interface defines the contract for handling search results of CMS blocks in Magento 2. Developers use this whe...
PageInterface
InterfaceThis interface defines the contract for CMS Page objects in Magento 2. Developers use this interface when working w...
PageSearchResultsInterface
InterfaceThis interface defines the contract for CMS page search results in Magento 2. Developers use this when working with...
GetBlockByIdentifierInterface
InterfaceThis interface defines a contract for retrieving CMS block data by its unique identifier and store ID. Developers u...
GetPageByIdentifierInterface
InterfaceThis interface defines a contract for retrieving CMS page data using a page identifier and store ID. Developers use...
GetUtilityPageIdentifiersInterface
InterfaceThis interface defines a contract for retrieving identifiers of utility CMS pages in Magento 2. Developers use this...
CustomLayoutManagerInterface
InterfaceThis interface defines methods for managing custom layout XML files for CMS pages in Magento 2. Developers use it t...
ValidatorInterface
InterfaceThis interface defines a contract for validating CMS pages before they are saved or updated in Magento 2. Developer...
TargetUrlBuilderInterface
InterfaceThis interface defines a contract for building target URLs for CMS pages in Magento 2. Developers implement this in...