Change record status: 
Project: 
Introduced in branch: 
8.x
Introduced in version: 
8.0.0-beta5
Description: 

Views in Drupal 7 and earlier allowed site builders to rewrite the output of a given field. Views used it's own token system with [field_example] style tokens. As of #2342287: Allow Twig in Views token replacement, we can now use Twig within these rewrite fields which gives site builders greater flexibility without resorting to eval'ed PHP. Support for the old Views-specific token format has been removed.

Site builders using Views' rewrite feature will need to replace their [field_example] tokens with Twig tokens in the form of {{ field_example }}.

Impacts: 
Site builders, administrators, editors