avblink/avb_twig
Composer 安装命令:
composer require avblink/avb_twig
包简介
Drupal 8 Twig Extension. Provides custom twig functions and filters.
关键字:
README 文档
README
Contains Drupal Twig functions and filters.
- Get current entity from path.
{% set node = avb_twig_current_entity('node') %}
- Assign new Attribute() class to a variable
{% set attributes = avb_twig_create_attribute(['class', ['class1', 'class2']]) %}
{{ avb_twig_create_attribute().addClass(['class1', 'class2'])}}
- Add 'style' attribute
{% set attributes = avb_twig_create_attribute().addStyle({'background-color': 'red'}) %}
统计信息
- 总下载量: 1.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-04-28