Skip to content

Commit

Permalink
EZP-32067: Tagged ViewBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Oct 22, 2020
1 parent fad5089 commit 0df21b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions src/bundle/EzPlatformAdminUiBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use EzSystems\EzPlatformAdminUiBundle\DependencyInjection\Compiler\SecurityLoginPass;
use EzSystems\EzPlatformAdminUiBundle\DependencyInjection\Compiler\TabPass;
use EzSystems\EzPlatformAdminUiBundle\DependencyInjection\Compiler\UiConfigProviderPass;
use EzSystems\EzPlatformAdminUiBundle\DependencyInjection\Compiler\ViewBuilderRegistryPass;
use EzSystems\EzPlatformAdminUiBundle\DependencyInjection\Configuration\Parser;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
Expand Down Expand Up @@ -49,7 +48,6 @@ private function addCompilerPasses(ContainerBuilder $container)
$container->addCompilerPass(new UiConfigProviderPass());
$container->addCompilerPass(new ComponentPass());
$container->addCompilerPass(new SecurityLoginPass());
$container->addCompilerPass(new ViewBuilderRegistryPass());
$container->addCompilerPass(new LimitationFormMapperPass());
$container->addCompilerPass(new LimitationValueMapperPass());
$container->addCompilerPass(new FieldTypeFormMapperDispatcherPass());
Expand Down
2 changes: 2 additions & 0 deletions src/bundle/Resources/config/services/views.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
$viewConfigurator: '@ezpublish.view.configurator'
$viewParametersInjector: '@ezpublish.view.view_parameters.injector.dispatcher'
$contentActionDispatcher: '@ezplatform.content_forms.action_dispatcher.content'
tags:
- { name: ibexa.view_builder }

EzSystems\EzPlatformAdminUi\View\Provider\ContentTranslateView\Configured:
arguments:
Expand Down

0 comments on commit 0df21b4

Please # to comment.