|
19 | 19 | </parameters>
|
20 | 20 |
|
21 | 21 | <services>
|
22 |
| - |
23 | 22 | <service id="cmf_routing.enhancer_route_content" class="%cmf_routing.enhancer_route_content_class%">
|
24 | 23 | <argument>_route_object</argument>
|
25 | 24 | <argument>_content</argument>
|
26 | 25 | </service>
|
27 |
| - <service id="cmf_routing.enhancer_explicit_template" class="%cmf_routing.enhancer_explicit_template_class%"> |
| 26 | + |
| 27 | + <service id="cmf_routing.enhancer_explicit_template" class="%cmf_routing.enhancer_explicit_template_class%" public="false"> |
28 | 28 | <argument>_template</argument>
|
29 | 29 | <argument>_controller</argument>
|
30 | 30 | <argument>%cmf_routing.generic_controller%</argument>
|
31 | 31 | </service>
|
32 |
| - <service id="cmf_routing.enhancer_controllers_by_type" class="%cmf_routing.enhancer_controllers_by_type_class%"> |
| 32 | + <service id="cmf_routing.enhancer_controllers_by_type" class="%cmf_routing.enhancer_controllers_by_type_class%" public="false"> |
33 | 33 | <argument>type</argument>
|
34 | 34 | <argument>_controller</argument>
|
35 | 35 | <argument>%cmf_routing.controllers_by_type%</argument>
|
36 | 36 | </service>
|
37 |
| - <service id="cmf_routing.enhancer_controllers_by_class" class="%cmf_routing.enhancer_field_by_class_class%"> |
| 37 | + <service id="cmf_routing.enhancer_controllers_by_class" class="%cmf_routing.enhancer_field_by_class_class%" public="false"> |
38 | 38 | <argument>_content</argument>
|
39 | 39 | <argument>_controller</argument>
|
40 | 40 | <argument>%cmf_routing.controllers_by_class%</argument>
|
41 | 41 | </service>
|
42 |
| - <service id="cmf_routing.enhancer_controller_for_templates_by_class" class="%cmf_routing.enhancer_field_by_class_class%"> |
| 42 | + <service id="cmf_routing.enhancer_controller_for_templates_by_class" class="%cmf_routing.enhancer_field_by_class_class%" public="false"> |
43 | 43 | <argument>_content</argument>
|
44 | 44 | <argument>_controller</argument>
|
45 |
| - <argument>%cmf_routing.defined_templates_class%</argument> |
| 45 | + <argument type="collection" /> |
46 | 46 | </service>
|
47 |
| - <service id="cmf_routing.enhancer_templates_by_class" class="%cmf_routing.enhancer_field_by_class_class%"> |
| 47 | + <service id="cmf_routing.enhancer_templates_by_class" class="%cmf_routing.enhancer_field_by_class_class%" public="false"> |
48 | 48 | <argument>_content</argument>
|
49 | 49 | <argument>_template</argument>
|
50 | 50 | <argument>%cmf_routing.templates_by_class%</argument>
|
|
0 commit comments