By tbsiqueira on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0-alpha1
Issue links:
Description:
Because the logic of "file_create_url()" resides now on a Drupal service we had to change some of classes constructor to inject the necessary service to it, being:
- modules/custom/download_count/src/Plugin/Field/FieldFormatter/FieldDownloadCount.php
- modules/custom/social_graphql/src/Plugin/GraphQL/DataProducer/Media/FileUrl.php
- modules/social_features/social_album/src/Controller/SocialAlbumController.php
- modules/social_features/social_event/modules/social_event_invite/src/Form/EnrollInviteEmailForm.php
- modules/social_features/social_event/modules/social_event_managers/src/Form/SocialEventManagersAddEnrolleeForm.php
- modules/social_features/social_group/modules/social_group_invite/src/Form/SocialBulkGroupInvitation.php
- modules/social_features/social_post/modules/social_post_album/src/Controller/ImagePopupController.php
- modules/social_features/social_user_export/src/Plugin/Action/ExportUser.phpImpacts:
Module developers
Site templates, recipes and distribution developers