Change record status: 
Project: 
Introduced in branch: 
8.8.x
Introduced in version: 
8.8.0-alpha1
Description: 

In order to provide properly localised links \Drupal\views\Plugin\views\field\LinkBase now requires the EntityManager and Language manager.

Any class extending this class needs to update its constructor to match.

Impacts: 
Module developers

Comments

nanak’s picture

Shouldn't the title be

\Drupal\views\Plugin\views\field\LinkBase now requires the EntityTypeManager, EntityRepository and Language manager

and the description be

In order to provide properly localised links \Drupal\views\Plugin\views\field\LinkBase now requires the EntityTypeManager, EntityRepository and Language manager.

?