Model
BulkOperationsConfig
Magento\InventoryCatalogAdminUi\Model\BulkOperationsConfig
What it does
This class provides configuration settings for bulk inventory operations in the Magento admin panel.
Developers use it to check if asynchronous processing is enabled for bulk operations and to retrieve the batch size for processing inventory data in chunks, helping optimize performance when handling large-scale inventory updates.
Public Methods
- isAsyncEnabled()
- getBatchSize()