Log in
Model

OperationList

Magento\AsynchronousOperations\Model\OperationList

What it does

This class serves as a simple container for a list of bulk operations in Magento's asynchronous operations system.

Developers use this model when they need to retrieve and work with multiple operations that are part of a bulk action, such as mass product imports or updates.

It implements the OperationListInterface to standardize how operation collections are handled across the system.

Public Methods

  • getItems()