By benjifisher on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
10.1.x
Introduced in version:
10.1.0
Issue links:
Description:
The Drupal\user\Plugin\Derivative\UserLocalTask class constructor now takes the route provider service as a parameter. For BC reasons this parameter is optional in Drupal 10.1.0, The optional usage is deprecated and will become required in Drupal 11.0.0.
Any sub-classes of this Plugin will need to update their constructor accordingly.
Impacts:
Module developers