Browse Source

Use FileUrlGeneratorInterface

pull/996/head
Seth Shaw 1 year ago committed by GitHub
parent
commit
42b3f227fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Plugin/Field/FieldFormatter/IslandoraImageFormatter.php

2
src/Plugin/Field/FieldFormatter/IslandoraImageFormatter.php

@ -57,7 +57,7 @@ class IslandoraImageFormatter extends ImageFormatter {
* The image style storage.
* @param \Drupal\islandora\IslandoraUtils $utils
* Islandora utils.
* @param \Drupal\Core\File\FileUrlGenerator $file_url_generator
* @param \Drupal\Core\File\FileUrlGeneratorInterface $file_url_generator
* The File URL Generator.
*/
public function __construct(

Loading…
Cancel
Save