Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 38ec2e2

Browse files
committed
Added missing service file
1 parent e7c498c commit 38ec2e2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Resources/config/token_providers.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<container xmlns="http://symfony.com/schema/dic/services"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
5+
6+
<parameters>
7+
8+
<!-- to be removed when caching is implemented -->
9+
<parameter key="cmf_routing_auto.token_provider.content_method.class">Symfony\Cmf\Bundle\RoutingAutoBundle\AutoRoute\TokenProvider\ContentMethodProvider</parameter>
10+
11+
</parameters>
12+
13+
<services>
14+
<service id="cmf_routing_auto.token_provider.content_method_provider" class="%cmf_routing_auto.token_provider.content_method.class%">
15+
<argument type="service" id="cmf_routing_auto.slugifier" />
16+
<tag name="cmf_routing_auto.token_provider" alias="content_method" />
17+
</service>
18+
</services>
19+
</container>
20+

0 commit comments

Comments
 (0)