By berdir on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
The view variable is not safe to use in comment templates as no cacheability metadata is provided for it. The template may be built for a certain view and a cached response is returned for a different view. It must not be relied upon. Hence, the view variable passed to the comment templates as $variables['view'] is deprecated in 11.3.0 and will be removed in 13.0.0.
This change aims to streamline the theming process and ensure consistency across node templates.
Impacts:
Themers