Change record status: 
Project: 
Introduced in branch: 
11.1.x
Introduced in version: 
11.1.0
Description: 

The view variable is not safe to use in node 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 node templates as $variables['view'] is deprecated in 11.1.0 and will be removed in 12.0.0.

This change aims to streamline the theming process and ensure consistency across node templates.

Impacts: 
Themers