Skip to content

Instantly share code, notes, and snippets.

@tystr
Created April 11, 2013 17:20
Show Gist options
  • Select an option

  • Save tystr/5365321 to your computer and use it in GitHub Desktop.

Select an option

Save tystr/5365321 to your computer and use it in GitHub Desktop.
twig string loader
<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