Skip to content

Commit

Permalink
Merge pull request #1315 from ezsystems/EZP-24475_TwigLoaderString
Browse files Browse the repository at this point in the history
Fix EZP-24475: Move TwigLoaderString to LegacyBridge
  • Loading branch information
lolautruche committed Jun 25, 2015
2 parents 189b790 + 1904124 commit 8dee4f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
6 changes: 0 additions & 6 deletions eZ/Bundle/EzPublishCoreBundle/Resources/config/templating.yml
@@ -1,5 +1,4 @@
parameters:
twig.loader.string.class: eZ\Publish\Core\MVC\Symfony\Templating\Twig\LoaderString
twig.extension.intl.class: Twig_Extensions_Extension_Intl

ezpublish.twig.extension.content.class: eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension
Expand Down Expand Up @@ -28,11 +27,6 @@ parameters:
assetic.asset_factory.class: eZ\Bundle\EzPublishCoreBundle\Assetic\AssetFactory

services:
twig.loader.string:
class: %twig.loader.string.class%
tags:
- {name: twig.loader}

twig.extension.intl:
class: %twig.extension.intl.class%
tags:
Expand Down

This file was deleted.

35 changes: 0 additions & 35 deletions eZ/Publish/Core/MVC/Symfony/Templating/Twig/LoaderString.php

This file was deleted.

0 comments on commit 8dee4f2

Please sign in to comment.