Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
664 views
in Technique[技术] by (71.8m points)

twig - Is there a "switch" tag available

I just tried to use the switch tag on a twig template, on a Symfony 5 project and got an error.

Then looked for a solution on the web, found documentation, double checked my syntax, that was correct. Finally, searched the twig vendor folders and didnt' found any switch*.php file.

I guess this is not available by default but can't believe it. Does anyone have an idea?

question from:https://stackoverflow.com/questions/65911386/is-there-a-switch-tag-available

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

No, swicth not exists in default Twig installation. To use the switch statement you must implement it by yourself or use a bundle/package like buzzingpixel/twig-switch.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...