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
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done

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.

?