Problem/Motivation
After the #3561028: Scope of the getMediaTypes to be public issue landed a regression was introduced where acquia_dam_update_9022() was calling the method Drupal\acquia_dam\MediaTypeResolver::getMediaTypes() that actually was refactored in Drupal\acquia_dam\MediaTypeResolver::getDamMediaTypes().
Steps to reproduce
Proposed resolution
Change acquia_dam_update_9022() to use Drupal\acquia_dam\MediaTypeResolver::getDamMediaTypes().
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork acquia_dam-3618962
Show commands
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 #4
rajeshreeputraMR merged!