Closed (fixed)
Project:
Acquia DAM
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2025 at 12:44 UTC
Updated:
26 Aug 2026 at 11:30 UTC
Jump to comment: Most recent
Can't reuse getMediaTypes() method as it is private.
Class MediaTypeResolver can be injected in other plugins or classes but unable to use this generic method.
There is an another method for same functionality getDamMediaTypes(), so this dup needs to be removed and replaced with the getMediaTypes().
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
ankitv18 commentedComment #3
rajeshreeputraComment #4
ankitv18 commentedComment #6
rajeshreeputraComment #7
rajeshreeputraRebased.
Comment #9
rohan-sinha commentedComment #14
rajeshreeputraMR merged!