Recommend this page to a friend! |
Classes of jawira | > | PHP Case Converter for Twig | > | tests/Fixtures/to_dot.test | > | Download |
|
![]() |
--TEST-- "to_dot" filter --TEMPLATE-- {{ 'JAWIRA'|to_dot }} {{ 'fooBarBaz'|to_dot }} {{ ''|to_dot }} {{ 'HELLO_WORLD'|to_dot }} --DATA-- return []; --EXPECT-- jawira foo.bar.baz hello.world |