drupal-eca-recipe/eca_lib_0013
最新稳定版本:3.1.3
Composer 安装命令:
composer require drupal-eca-recipe/eca_lib_0013
包简介
Find values in lists
README 文档
README
ID: eca_lib_0013
This model defines a serialized list with all of the list items being separated by a pipe character from each other. It then defines 5 different values and verfies if they are contained in the list, displaying either a success or failure message.
The comparison requires the pipe character also surounding the values in order to not get false positives, e.g. the value "x" us not an item in the list, whereas "xyz" is.
Installation
## Import recipe
composer require drupal-eca-recipe/eca_lib_0013
# 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_0013
# Rebuilding caches is optional, sometimes required:
drush cr
统计信息
- 总下载量: 64
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-06-06