Browse Source

Issue #961: Put back accidentally-removed IIIF Manifest alter hooks. (#962)

* Issue #961: Put back accidentally-removed IIIF Manifest alter hooks.

* Address PHPCS errors.

* Address PHPCS errors.

* Addresss PHPCS errors.

---------

Co-authored-by: Rosie Le Faive <lefaive@gmail.com>
pull/966/head
Alexander O'Neill 1 year ago committed by GitHub
parent
commit
ac818a0f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

1
modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

@ -5,6 +5,7 @@ namespace Drupal\islandora_iiif\Plugin\views\style;
use Drupal\Core\Config\ImmutableConfig; use Drupal\Core\Config\ImmutableConfig;
use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\File\FileSystemInterface; use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\Field\FieldItemInterface; use Drupal\Core\Field\FieldItemInterface;
use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\FormStateInterface;

Loading…
Cancel
Save