Advertisement
dvdsantana

Parameters twig

May 22nd, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.28 KB | None | 0 0
  1. # app/config/config.yml
  2.  
  3. # Twig Configuration
  4. twig:
  5.     globals:
  6.         var: "%my_object%"
  7. # app/config/parameters.yml
  8. parameters:
  9.     my_object:
  10.         foo: foo
  11.  
  12. # template.html.twig
  13. {{ my_object.foo }}
  14. ParameterNotFoundException: You have requested a non-existent parameter "foo".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement