mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-25 13:24:12 +01:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
118 lines
6.1 KiB
XML
118 lines
6.1 KiB
XML
<?xml version="1.0" ?>
|
|
|
|
<container xmlns="http://symfony.com/schema/dic/services"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
|
|
|
|
<services>
|
|
<defaults public="false" />
|
|
|
|
<service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener">
|
|
<argument type="service" id="logger" on-invalid="null" />
|
|
<tag name="kernel.event_subscriber" />
|
|
<tag name="monolog.logger" channel="console" />
|
|
</service>
|
|
|
|
<service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand">
|
|
<tag name="console.command" command="about" />
|
|
</service>
|
|
|
|
<service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand">
|
|
<argument type="service" id="filesystem" />
|
|
<tag name="console.command" command="assets:install" />
|
|
</service>
|
|
|
|
<service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand">
|
|
<argument type="service" id="cache_clearer" />
|
|
<argument type="service" id="filesystem" />
|
|
<tag name="console.command" command="cache:clear" />
|
|
</service>
|
|
|
|
<service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand">
|
|
<argument type="service" id="cache.global_clearer" />
|
|
<tag name="console.command" command="cache:pool:clear" />
|
|
</service>
|
|
|
|
<service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand">
|
|
<argument type="iterator" />
|
|
<tag name="console.command" command="cache:pool:prune" />
|
|
</service>
|
|
|
|
<service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand">
|
|
<argument type="service" id="cache_warmer" />
|
|
<tag name="console.command" command="cache:warmup" />
|
|
</service>
|
|
|
|
<service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand">
|
|
<tag name="console.command" command="debug:config" />
|
|
</service>
|
|
|
|
<service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand">
|
|
<tag name="console.command" command="config:dump-reference" />
|
|
</service>
|
|
|
|
<service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand">
|
|
<tag name="console.command" command="debug:container" />
|
|
</service>
|
|
|
|
<service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand">
|
|
<tag name="console.command" command="debug:autowiring" />
|
|
</service>
|
|
|
|
<service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand">
|
|
<argument type="service" id="event_dispatcher" />
|
|
<tag name="console.command" command="debug:event-dispatcher" />
|
|
</service>
|
|
|
|
<service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand">
|
|
<argument type="service" id="router" />
|
|
<tag name="console.command" command="debug:router" />
|
|
</service>
|
|
|
|
<service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand">
|
|
<argument type="service" id="router" />
|
|
<tag name="console.command" command="router:match" />
|
|
</service>
|
|
|
|
<service id="console.command.translation_debug" class="Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand">
|
|
<argument type="service" id="translator" />
|
|
<argument type="service" id="translation.reader" />
|
|
<argument type="service" id="translation.extractor" />
|
|
<argument>%translator.default_path%</argument>
|
|
<argument /> <!-- %twig.default_path% -->
|
|
<tag name="console.command" command="debug:translation" />
|
|
</service>
|
|
|
|
<service id="console.command.translation_update" class="Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand">
|
|
<argument type="service" id="translation.writer" />
|
|
<argument type="service" id="translation.reader" />
|
|
<argument type="service" id="translation.extractor" />
|
|
<argument>%kernel.default_locale%</argument>
|
|
<argument>%translator.default_path%</argument>
|
|
<argument /> <!-- %twig.default_path% -->
|
|
<tag name="console.command" command="translation:update" />
|
|
</service>
|
|
|
|
<service id="console.command.workflow_dump" class="Symfony\Bundle\FrameworkBundle\Command\WorkflowDumpCommand">
|
|
<tag name="console.command" command="workflow:dump" />
|
|
</service>
|
|
|
|
<service id="console.command.xliff_lint" class="Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand">
|
|
<tag name="console.command" command="lint:xliff" />
|
|
</service>
|
|
|
|
<service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand">
|
|
<tag name="console.command" command="lint:yaml" />
|
|
</service>
|
|
|
|
<service id="console.command.form_debug" class="Symfony\Component\Form\Command\DebugCommand">
|
|
<argument type="service" id="form.registry" />
|
|
<argument type="collection" /> <!-- All form types namespaces are stored here by FormPass -->
|
|
<argument type="collection" /> <!-- All services form types are stored here by FormPass -->
|
|
<argument type="collection" /> <!-- All type extensions are stored here by FormPass -->
|
|
<argument type="collection" /> <!-- All type guessers are stored here by FormPass -->
|
|
<tag name="console.command" command="debug:form" />
|
|
</service>
|
|
</services>
|
|
</container>
|