Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 620 Bytes

File metadata and controls

12 lines (7 loc) · 620 Bytes

Exploring Twig Extensions

In this short two part tutorial series you will learn how easy it is to extract complex or repeated logic from your Symfony Twig templates, and create Twig Extension functions to keep your templates DRY.

This is one possible solution to a question I was asked:

How can I add a custom CSS class to the input / other form field when validation fails for that field?

If you'd like to see the full tutorial then please visit:

https://codereviewvideos.com/course/member-questions/video/part-1-twig-extensions-how-to-add-a-custom-css-class-to-an-invalid-form-field