Change record status: 
Project: 
Introduced in branch: 
11.4.x
Introduced in version: 
11.4.0
Description: 

Drupal\link\Plugin\Field\FieldFormatter\LinkFormatter::__construct() has a new required argument: $accessManager of type Drupal\Core\Access\AccessManagerInterface.

If you instantiate this class directly or extend it, update your constructor call to inject the access_manager service.

Impacts: 
Module developers