Interface

GetLogsListInterface

Magento\LoginAsCustomerLog\Api\GetLogsListInterface

What it does

This interface defines a contract for retrieving a list of login-as-customer log entries based on search criteria.

Developers use this to query and filter logs that track when administrators log in as customers, enabling audit trail functionality and security monitoring.

It returns a collection of log records that can be filtered, sorted, and paginated using the search criteria parameter.

Public Methods

  • execute()