Created
April 11, 2013 17:20
-
-
Save tystr/5365321 to your computer and use it in GitHub Desktop.
twig string loader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <services> | |
| <service id="my_bundle.twig.string.loader" class="Twig_Loader_String" /> | |
| <service id="my_bundle.twig.string" class="Twig_Environment"> | |
| <argument type="service" id="my_bundle.twig.string.loader" /> | |
| </service> | |
| </services> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment