Interface
CountrySearchResultsInterface
Magento\TwoFactorAuth\Api\Data\CountrySearchResultsInterface
What it does
This interface defines the contract for search results when querying countries in the Two-Factor Authentication module.
Developers use this interface to retrieve and manipulate collections of Country objects returned from repository search operations, providing type-safe access to country data with pagination and filtering capabilities inherited from SearchResultsInterface.
Public Methods
- getItems()
- setItems()