Skip to content

Commit

Permalink
IBX-8805: Dropped deprecated Twig Functions&Filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Nov 6, 2024
1 parent 5557390 commit 67d0efd
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions src/lib/Twig/ContentTaggingExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,6 @@ public function __construct(ResponseTagger $responseTagger, ContentTagInterface
public function getFunctions()
{
return [
new TwigFunction(
'ez_http_cache_tag_location',
[$this, 'tagHttpCacheForLocation'],
[
'deprecated' => '4.0',
'alternative' => 'ibexa_http_cache_tag_location',
]
),
new TwigFunction(
'ez_http_tag_location',
[$this, 'tagHttpCacheForLocation'],
[
'deprecated' => '4.0',
'alternative' => 'ibexa_http_cache_tag_location',
]
),
new TwigFunction(
'ez_http_tag_relation_ids',
[$this, 'tagHttpCacheForRelationIds'],
[
'deprecated' => '4.0',
'alternative' => 'ibexa_http_cache_tag_relation_ids',
]
),
new TwigFunction(
'ez_http_tag_relation_location_ids',
[$this, 'tagHttpCacheForRelationLocationIds'],
[
'deprecated' => '4.0',
'alternative' => 'ibexa_http_cache_tag_relation_location_ids',
]
),
new TwigFunction(
'ibexa_http_cache_tag_location',
[$this, 'tagHttpCacheForLocation']
Expand Down

0 comments on commit 67d0efd

Please sign in to comment.