By sam152 on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-1.x
Introduced in version:
8.x-1.2
Issue links:
Description:
Any provider extending ProviderPluginBase does not need to change anything. Any plugins directly implementing the ProviderPluginInterface now need to include a getName method which returns the name of the video asset.
This change is required to give media entities a default name. The fallback format provided in the plugin base is "{{ provider }}: {{ video_id }}".
Impacts:
Module developers