drupal-eca-recipe/eca_lib_0016
Composer 安装命令:
composer require drupal-eca-recipe/eca_lib_0016
包简介
Asynchronous views export
README 文档
README
ID: eca_lib_0016
This model provides an endpoint /eca/export/users which can be published as a menu item or a link. When requested, it does this:
- Check access and only allow users with the administror role to cal that endpoint
- Enqueue a task called
export-usersand forward the email address of the current user - Display a message to the user and redirect them back to the page where they came from
After that, the task is being queued and will be executed by the next cron of the Drupal site. This will then execute the view and export the result into a csv file. Finally, an email will be sent to the user who originally requested the export together with the link from where they can download the export.
Building this model has been recorded: watch video
Installation
## Import recipe
composer require drupal-eca-recipe/eca_lib_0016
# Apply recipe with Drush (requires version 13 or later):
drush recipe ../recipes/{{ rawid }}
# Apply recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0016
# Rebuilding caches is optional, sometimes required:
drush cr
drupal-eca-recipe/eca_lib_0016 适用场景与选型建议
drupal-eca-recipe/eca_lib_0016 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 59 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 06 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 drupal-eca-recipe/eca_lib_0016 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 drupal-eca-recipe/eca_lib_0016 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 59
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-06-06