|
@@ -128,11 +128,13 @@ services:
|
|
|
phantomjs.twig.environment:
|
|
phantomjs.twig.environment:
|
|
|
class: "%phantomjs.twig.environment.class%"
|
|
class: "%phantomjs.twig.environment.class%"
|
|
|
arguments:
|
|
arguments:
|
|
|
- - "@phantomjs.twig.string_loader"
|
|
|
|
|
|
|
+ - "@phantomjs.twig.array_loader"
|
|
|
public: false
|
|
public: false
|
|
|
|
|
|
|
|
- phantomjs.twig.string_loader:
|
|
|
|
|
- class: "%phantomjs.twig.string_loader.class%"
|
|
|
|
|
|
|
+ phantomjs.twig.array_loader:
|
|
|
|
|
+ class: "%phantomjs.twig.array_loader.class%"
|
|
|
|
|
+ arguments:
|
|
|
|
|
+ - []
|
|
|
public: false
|
|
public: false
|
|
|
|
|
|
|
|
phantomjs.procedure.template_renderer:
|
|
phantomjs.procedure.template_renderer:
|
|
@@ -144,7 +146,7 @@ services:
|
|
|
phantomjs.procedure.twig.environment:
|
|
phantomjs.procedure.twig.environment:
|
|
|
class: "%phantomjs.twig.environment.class%"
|
|
class: "%phantomjs.twig.environment.class%"
|
|
|
arguments:
|
|
arguments:
|
|
|
- - "@phantomjs.twig.string_loader"
|
|
|
|
|
|
|
+ - "@phantomjs.twig.array_loader"
|
|
|
public: false
|
|
public: false
|
|
|
calls:
|
|
calls:
|
|
|
- [ "setLexer", [ "@phantomjs.procedure.twig.lexer" ] ]
|
|
- [ "setLexer", [ "@phantomjs.procedure.twig.lexer" ] ]
|