By fenstrat on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.8.x
Introduced in version:
8.8.0-alpha1
Issue links:
Description:
The Drupal\views\Form\ViewsExposedForm class constructor now takes a current path stack object as a parameter. For BC reasons this parameter is optional, however, the optional usage is deprecated and will become required in Drupal 9.0.0.
Any sub-classes of the form will need to update their constructor accordingly.
Impacts:
Module developers