For more information about this repository, visit the project page at https://www.drupal.org/project/twig_tweak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Mark Casias 7842581b57 3374193: fixing tests for sidebar 2 years ago
docs Clean-up documentation 2 years ago
src 3374193: Removing unused statement 2 years ago
tests 3374193: fixing tests for sidebar 2 years ago
README.md Issue #3363045: Feature(s) missing documentation 3 years ago
composer.json Issue #3356155: Update twig/twig 3 years ago
drush.services.yml Add twig-debug command 5 years ago
phpcs.xml Add view builders and clean-up 6 years ago
twig_tweak.api.php Issue #3324280 by Daniel Korte: Use TwigFilter instead of TwigFunction in hook_twig_tweak_filters_alter() 3 years ago
twig_tweak.info.yml Support Drupal 10 4 years ago
twig_tweak.services.yml 3374193: Adding theme manager for active theme 2 years ago

README.md

Twig Tweak

The Twig Tweak module provides a Twig extension with some useful functions and filters that can improve development experience.

Some functions and filters are built in the Twig Tweak module, while others are simple wrappers to integrate Drupal functions and services into Twig (for example: format_size, drupal_view_result).

Requirements

This module requires no modules outside of Drupal core.

Installation