test-magenx / module-asynchronous-operations
N/A
100.4.3
2021-10-10 22:11 UTC
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 103.0.*
- magento/framework-bulk: 101.0.*
- magento/framework-message-queue: 100.4.*
- magento/module-authorization: 100.4.*
- magento/module-backend: 102.0.*
- magento/module-ui: 101.2.*
Suggests
- magento/module-admin-notification: 100.4.*
- magento/module-logging: *
This package is auto-updated.
Last update: 2024-09-13 07:35:17 UTC
README
该组件旨在尽快为启动大量操作并立即处理操作的客户提供响应,并将操作的处理推迟到后台处理程序。
安装详情
The Magento_AsynchronousOperations 模块在数据库中创建了以下表
magento_bulk
magento_operation
magento_acknowledged_bulk
在禁用或卸载此模块之前,请注意以下模块依赖于此模块
- Magento_WebapiAsync
有关在 Magento 2 中安装模块的信息,请参阅 启用或禁用模块。
可扩展性
扩展开发者可以与 Magento_AsynchronousOperations 模块进行交互。有关 Magento 扩展机制的更多信息,请参阅 Magento 插件。
Magento 依赖注入机制 允许您覆盖 Magento_AsynchronousOperations 模块的功能。
布局
该模块在 view/adminhtml/layout
目录中引入了以下布局和布局处理程序
bulk_bulk_details
bulk_bulk_details_modal
bulk_index_index
有关 Magento 2 中布局的更多信息,请参阅 布局文档。
UI 组件
您可以使用以下配置文件在 view/adminhtml/ui_component/
目录中扩展 Magento_AsynchronousOperations 模块
bulk_details_form
bulk_details_form_modal
bulk_listing
failed_operation_listing
failed_operation_modal_listing
notification_area
retriable_operation_listing
retriable_operation_modal_listing
有关 Magento 2 中 UI 组件的信息,请参阅 UI 组件概述。