StockSaveProcessor
Magento\InventoryAdminUi\Model\Stock\StockSaveProcessor
What it does
This processor handles the saving of inventory stock records in the Magento admin UI.
Developers use this class when creating or updating stock configurations, as it manages the stock entity creation/update, populates data from request parameters, dispatches events for extensibility, and processes stock-source links.
It serves as the main orchestrator for stock save operations in the admin controller.
Public Methods
- process()