Log in
Interface

GetListInterface

Magento\Inventory\Model\Source\Command\GetListInterface

What it does

This interface defines a command for retrieving a list of inventory sources based on search criteria.

Developers would use implementations of this interface when they need to fetch multiple inventory sources with filtering, sorting, or pagination options.

It serves as a service layer abstraction that the SourceRepository uses internally to handle list retrieval operations.

Public Methods

  • execute()