Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download twig_tweak-8.x-1.7.tar.gztar.gz 14.88 KB
MD5: bf056de8c12aa20a1ce6075f8f09f41f
SHA-1: 9c2148a2980fb87d37c1676f022444d206498c5e
SHA-256: 7de1633e8c7d8b980d88357a053294b31faeef946959de5c5765ec4223accd3c
Download twig_tweak-8.x-1.7.zipzip 20.88 KB
MD5: 763f8b5585ad694aeec27cd694abf379
SHA-1: 32c39abb35f9845c24998eb2cdeb41fac43254e6
SHA-256: 26c3d933b2877c7d1f98fb65e4c7a99d2d532c253866451693567f9ffba9f6d7

Release notes

Added entity access check to improve security.

To revert the behavior add the following code to your settings.php file.

/**
 * Disable checking entity access in Twig tweak functions.
 */
$settings['twig_tweak_check_access'] = FALSE;
Created by: Chi
Created on: 30 Apr 2017 at 09:03 UTC
Last updated: 28 May 2017 at 15:08 UTC
Bug fixes
New features

Other releases