Skip to content

Commit eb8ac97

Browse files
authored
IBX-8805: Dropped deprecated Twig Functions&Filters (#53)
1 parent 5557390 commit eb8ac97

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

src/lib/Twig/ContentTaggingExtension.php

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -37,38 +37,6 @@ public function __construct(ResponseTagger $responseTagger, ContentTagInterface
3737
public function getFunctions()
3838
{
3939
return [
40-
new TwigFunction(
41-
'ez_http_cache_tag_location',
42-
[$this, 'tagHttpCacheForLocation'],
43-
[
44-
'deprecated' => '4.0',
45-
'alternative' => 'ibexa_http_cache_tag_location',
46-
]
47-
),
48-
new TwigFunction(
49-
'ez_http_tag_location',
50-
[$this, 'tagHttpCacheForLocation'],
51-
[
52-
'deprecated' => '4.0',
53-
'alternative' => 'ibexa_http_cache_tag_location',
54-
]
55-
),
56-
new TwigFunction(
57-
'ez_http_tag_relation_ids',
58-
[$this, 'tagHttpCacheForRelationIds'],
59-
[
60-
'deprecated' => '4.0',
61-
'alternative' => 'ibexa_http_cache_tag_relation_ids',
62-
]
63-
),
64-
new TwigFunction(
65-
'ez_http_tag_relation_location_ids',
66-
[$this, 'tagHttpCacheForRelationLocationIds'],
67-
[
68-
'deprecated' => '4.0',
69-
'alternative' => 'ibexa_http_cache_tag_relation_location_ids',
70-
]
71-
),
7240
new TwigFunction(
7341
'ibexa_http_cache_tag_location',
7442
[$this, 'tagHttpCacheForLocation']

0 commit comments

Comments
 (0)