|
13 | 13 | <tag name="monolog.logger" channel="console" />
|
14 | 14 | </service>
|
15 | 15 |
|
16 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\AboutCommand"> |
| 16 | + <service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand"> |
17 | 17 | <tag name="console.command" command="about" />
|
18 | 18 | </service>
|
19 | 19 |
|
20 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand"> |
| 20 | + <service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand"> |
21 | 21 | <argument type="service" id="filesystem" />
|
22 | 22 | <tag name="console.command" command="assets:install" />
|
23 | 23 | </service>
|
24 | 24 |
|
25 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand"> |
| 25 | + <service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand"> |
26 | 26 | <argument type="service" id="cache_clearer" />
|
27 | 27 | <argument type="service" id="filesystem" />
|
28 | 28 | <tag name="console.command" command="cache:clear" />
|
29 | 29 | </service>
|
30 | 30 |
|
31 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand"> |
| 31 | + <service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand"> |
32 | 32 | <argument type="service" id="cache.global_clearer" />
|
33 | 33 | <tag name="console.command" command="cache:pool:clear" />
|
34 | 34 | </service>
|
35 | 35 |
|
36 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand"> |
| 36 | + <service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand"> |
37 | 37 | <argument type="iterator" />
|
38 | 38 | <tag name="console.command" command="cache:pool:prune" />
|
39 | 39 | </service>
|
40 | 40 |
|
41 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand"> |
| 41 | + <service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand"> |
42 | 42 | <argument type="service" id="cache_warmer" />
|
43 | 43 | <tag name="console.command" command="cache:warmup" />
|
44 | 44 | </service>
|
45 | 45 |
|
46 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand"> |
| 46 | + <service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand"> |
47 | 47 | <tag name="console.command" command="debug:config" />
|
48 | 48 | </service>
|
49 | 49 |
|
50 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand"> |
| 50 | + <service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand"> |
51 | 51 | <tag name="console.command" command="config:dump-reference" />
|
52 | 52 | </service>
|
53 | 53 |
|
54 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand"> |
| 54 | + <service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand"> |
55 | 55 | <tag name="console.command" command="debug:container" />
|
56 | 56 | </service>
|
57 | 57 |
|
58 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand"> |
| 58 | + <service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand"> |
59 | 59 | <tag name="console.command" command="debug:autowiring" />
|
60 | 60 | </service>
|
61 | 61 |
|
62 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand"> |
| 62 | + <service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand"> |
63 | 63 | <argument type="service" id="event_dispatcher" />
|
64 | 64 | <tag name="console.command" command="debug:event-dispatcher" />
|
65 | 65 | </service>
|
66 | 66 |
|
67 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand"> |
| 67 | + <service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand"> |
68 | 68 | <argument type="service" id="router" />
|
69 | 69 | <tag name="console.command" command="debug:router" />
|
70 | 70 | </service>
|
71 | 71 |
|
72 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand"> |
| 72 | + <service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand"> |
73 | 73 | <argument type="service" id="router" />
|
74 | 74 | <tag name="console.command" command="router:match" />
|
75 | 75 | </service>
|
76 | 76 |
|
77 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand"> |
| 77 | + <service id="console.command.translation_debug" class="Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand"> |
78 | 78 | <argument type="service" id="translator" />
|
79 | 79 | <argument type="service" id="translation.reader" />
|
80 | 80 | <argument type="service" id="translation.extractor" />
|
81 | 81 | <tag name="console.command" command="debug:translation" />
|
82 | 82 | </service>
|
83 | 83 |
|
84 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand"> |
| 84 | + <service id="console.command.translation_update" class="Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand"> |
85 | 85 | <argument type="service" id="translation.writer" />
|
86 | 86 | <argument type="service" id="translation.reader" />
|
87 | 87 | <argument type="service" id="translation.extractor" />
|
88 | 88 | <argument>%kernel.default_locale%</argument>
|
89 | 89 | <tag name="console.command" command="translation:update" />
|
90 | 90 | </service>
|
91 | 91 |
|
92 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand"> |
| 92 | + <service id="console.command.workflow_dump" class="Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand"> |
93 | 93 | <tag name="console.command" command="workflow:dump" />
|
94 | 94 | </service>
|
95 | 95 |
|
96 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand"> |
| 96 | + <service id="console.command.xliff_lint" class="Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand"> |
97 | 97 | <tag name="console.command" command="lint:xliff" />
|
98 | 98 | </service>
|
99 | 99 |
|
100 |
| - <service id="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand"> |
| 100 | + <service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand"> |
101 | 101 | <tag name="console.command" command="lint:yaml" />
|
102 | 102 | </service>
|
103 | 103 |
|
104 |
| - <service id="Symfony\Component\Form\Command\DebugCommand"> |
| 104 | + <service id="console.command.form_debug" class="Symfony\Component\Form\Command\DebugCommand"> |
105 | 105 | <argument type="service" id="form.registry" />
|
106 | 106 | <argument type="collection" /> <!-- All form types namespaces are stored here by FormPass -->
|
107 | 107 | <argument type="collection" /> <!-- All services form types are stored here by FormPass -->
|
|
0 commit comments