|
|
hace 2 años | |
|---|---|---|
| .. | ||
| Api | hace 2 años | |
| Block/Adminhtml/Bulk/Details | hace 2 años | |
| Controller/Adminhtml | hace 2 años | |
| Cron | hace 2 años | |
| Model | hace 2 años | |
| Test | hace 2 años | |
| Ui/Component | hace 2 años | |
| etc | hace 2 años | |
| i18n | hace 2 años | |
| view/adminhtml | hace 2 años | |
| README.md | hace 2 años | |
| composer.json | hace 2 años | |
| registration.php | hace 2 años | |
This component is designed to provide a response for a client that launched the bulk operation as soon as possible and postpone handling of operations moving them to the background handler.
The Magento_AsynchronousOperations module creates the following tables in the database:
magento_bulkmagento_operationmagento_acknowledged_bulkBefore disabling or uninstalling this module, note that the following modules depends on this module:
For information about module installation in Magento 2, see Enable or disable modules.
Extension developers can interact with the Magento_AsynchronousOperations module. For more information about the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_AsynchronousOperations module.
This module introduces the following layouts and layout handles in the view/adminhtml/layout directory:
bulk_bulk_detailsbulk_bulk_details_modalbulk_index_indexFor more information about layouts in Magento 2, see the Layout documentation.
You can extend Magento_AsynchronousOperations module using the following configuration files in the view/adminhtml/ui_component/ directory:
bulk_details_formbulk_details_form_modalbulk_listingfailed_operation_listingfailed_operation_modal_listingnotification_arearetriable_operation_listingretriable_operation_modal_listingFor information about UI components in Magento 2, see Overview of UI components.