Twig Filters and Functions for Drupal 8, Drupal 9, and Drupal 10

Last updated January 12, 2023
Theming9.5.x/10.0.x

In Twig, you can modify variables using functions or filters. Twig has a bunch of built-in functions and filters. Drupal extends Twig to provide a few handy Drupal-specific functions and filters as well.

In this tutorial, we'll look at:

  • What are functions and filters?
  • How to use functions and filters in Twig
  • Detailed information about the Drupal-specific functions and filters and their use case