Issue #3255887 by murilohp, heddn, catch, neclimdul, Berdir, daffie:...
Issue #3255887 by murilohp, heddn, catch, neclimdul, Berdir, daffie: MediaThumbnailFormatter => Calling ImageFormatter::__construct() without the $file_url_generator argument is deprecated in drupal:9.3.0
(cherry picked from commit b568675f)
@trigger_error('Calling '.__METHOD__.'() without the $file_url_generator argument is deprecated in drupal:9.3.0 and $file_url_generator argument will be required in drupal:10.0.0. See https://www.drupal.org/node/3255887',E_USER_DEPRECATED);
}
if(!$rendererinstanceofRendererInterface){
$renderer=\Drupal::service('renderer');
@trigger_error('Calling '.__METHOD__.'() without the $renderer argument is deprecated in drupal:9.3.0 and $renderer argument will be required in drupal:10.0.0. See https://www.drupal.org/node/3255887',E_USER_DEPRECATED);