Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

EZP-32067: Tagged ViewBuilder #1636

Merged
merged 1 commit into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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