brightplum / overwatch
通过 Brightplum 将事件传输到 Overwatch BP 平台。
dev-main
2023-12-07 17:11 UTC
Requires
- drupal/hook_event_dispatcher: ^3.3 || ^4.0@RC
- drupal/queue_ui: ^3.1
This package is auto-updated.
Last update: 2024-09-07 18:42:06 UTC
README
描述
Overwatch 模块旨在将事件传输到 Overwatch 平台。它捕获各种实体事件,如插入、更新和删除。
要求
- Drupal ^9 || ^10
hook_event_dispatcher模块 https://www.drupal.org/project/hook_event_dispatchercore_event_dispatcher模块 https://packagist.org.cn/packages/drupal/core-event-dispatcher
安装
步骤 1: 下载依赖项
在启用 Overwatch 模块之前,请确保已下载以下依赖项
hook_event_dispatcher模块core_event_dispatcher模块queue_ui模块
您可以使用 Composer 下载这些模块
composer require drupal/hook_event_dispatcher composer require drupal/queue_ui ### Step 2: Enable dependencies ```bash drush en hook_event_dispatcher core_event_dispatcher queue_ui -y drush en overwatch -y