Files
Twig/extra/html-extra
Fabien Potencier 163f6a0979 minor #3126 Clean up the code (fabpot)
This PR was merged into the 2.x branch.

Discussion
----------

Clean up the code

Commits
-------

ba8f7a5e cleaned up the code
2019-08-12 09:26:54 +02:00
..
2019-08-10 11:07:38 +02:00
2019-08-10 11:07:38 +02:00
2019-08-11 19:49:57 +02:00
2019-08-10 11:07:38 +02:00
2019-08-10 11:07:38 +02:00
2019-08-10 11:07:38 +02:00

Twig HTML Extension

This package is a Twig extension that provides the following:

  • data_uri filter: generates a URL using the data scheme as defined in RFC 2397;

  • html_classes function: returns a string by conditionally joining class names together.