Interface

LogSearchResultsInterface

Magento\LoginAsCustomerLog\Api\Data\LogSearchResultsInterface

What it does

This interface defines the contract for search results when querying login-as-customer log entries.

Developers use this to retrieve collections of log records that track when administrators log in as customers, typically in repository methods that return multiple log entries matching specific search criteria.

Public Methods

  • getItems()
  • setItems()