By idebr 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\media_library\Form\ FileUploadForm class constructor now takes the file usage service 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