定制 drupal-eca-recipe/eca_lib_0010 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

drupal-eca-recipe/eca_lib_0010

最新稳定版本:3.2.3

Composer 安装命令:

composer require drupal-eca-recipe/eca_lib_0010

包简介

Detect user role changes

README 文档

README

ID: eca_lib_0010

When a user entity gets saved, this model compares the list of original and current roles of that user and finds out, which ones got added and which ones got removed.

This involves 2 loops where we first go through the list of current roles to see if one of them is missing from the list of original roles. Then we gro through the list of original roles to see if ones of them is missing in the list of current roles.

For each missing role, this model shows a message on screen.

Installation

## Import recipe
composer require drupal-eca-recipe/eca_lib_0010

# 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_0010

# Rebuilding caches is optional, sometimes required:
drush cr

统计信息

  • 总下载量: 417
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2024-06-06