We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1da80d commit b54e6ccCopy full SHA for b54e6cc
src/ComponentExtension.php
@@ -51,8 +51,8 @@ public function getFunctions()
51
new TwigFunction('prepare_component', [$this, 'prepareComponent']),
52
new TwigFunction('get_components', [$this, 'getComponents'], ['is_safe' => ['html']]),
53
new TwigFunction('get_component_list', [$this, 'getComponentList'], ['is_safe' => ['html']]),
54
- new TwigFunction('call_service', [$this, 'callService']),
55
- new TwigFunction('prepare_service', [$this, 'prepareService'], ['deprecated' => true]),
+ new TwigFunction('call_service', [$this, 'callService'], ['deprecated' => true]),
+ new TwigFunction('prepare_service', [$this, 'prepareService']),
56
new TwigFunction('get_services', [$this, 'getServices'], ['is_safe' => ['html']]),
57
new TwigFunction('get_service_list', [$this, 'getServiceList'], ['is_safe' => ['html']]),
58
new TwigFunction('set_component_prefix', [$this, 'setComponentPrefix']),
0 commit comments