Skip to content

Instantly share code, notes, and snippets.

@wouterj
Created February 12, 2014 16:17
Show Gist options
  • Select an option

  • Save wouterj/8958776 to your computer and use it in GitHub Desktop.

Select an option

Save wouterj/8958776 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services">
<parameters>
<parameter key="wj_rst.typer.class">Wj\RstExtension\EventListener\RstTyper</parameter>
</parameters>
<services>
<service id="wj_rst.typer" class="%wj_rst.typer.class%">
<tag name="stoffer.event_subscriber" />
</service>
</services>
</container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment