From dd7b75ac843c7526a7cb3baf390a8c38ce51e28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Wed, 23 May 2018 21:54:12 +0200 Subject: [PATCH] Deleted obsolete services definitions (#971) --- Resources/config/services.yml | 36 ----------------------------------- 1 file changed, 36 deletions(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 028f8acd6..8c772dd45 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -229,42 +229,6 @@ services: tags: - { name: ezsystems.platformui.value_object_visitor, type: eZ\Publish\API\Repository\Values\Content\VersionInfo } - ## Section related services - ezsystems.platformui.controller.section: - class: "%ezsystems.platformui.controller.section.class%" - arguments: - - "@ezrepoforms.action_dispatcher.section" - - "@ezpublish.api.service.section" - - "@ezsystems.platformui.notification_pool" - parent: ezsystems.platformui.controller.base - - ezsystems.platformui.form_processor.section: - class: "%ezsystems.platformui.form_processor.section.class%" - arguments: ["@ezsystems.platformui.notification_pool", "@router"] - tags: - - { name: kernel.event_subscriber } - - ## Language related services - ezsystems.platformui.controller.language: - class: "%ezsystems.platformui.controller.language.class%" - arguments: - - "@ezrepoforms.action_dispatcher.language" - - "@ezpublish.api.service.language" - - "@ezsystems.platformui.notification_pool" - parent: ezsystems.platformui.controller.base - - ezsystems.platformui.form_processor.language: - class: "%ezsystems.platformui.form_processor.language.class%" - arguments: ["@ezsystems.platformui.notification_pool", "@router"] - tags: - - { name: kernel.event_subscriber } - - ezsystems.platformui.controller.link_management: - class: '%ezsystems.platformui.controller.link_management.class%' - arguments: - - '@ezpublish.api.service.url' - parent: 'ezsystems.platformui.controller.base' - ezsystems.platformui.loader.combo_loader: class: "%ezsystems.platformui.loader.combo_loader.class%" arguments: ["@ezpublish.config.resolver", "@templating", "$yui.build_dir;ez_platformui$", "%webroot_dir%"]