By herved on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0
Issue links:
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