From 56166a69a3ae090d966d7ae5dc02a2f5287f945b Mon Sep 17 00:00:00 2001 From: Alexander O'Neill <alexander@born-digital.com> Date: Sun, 17 Mar 2024 23:21:04 -0300 Subject: [PATCH] Islandora IIIF: Address PHPCS errors. --- .../islandora_iiif/src/Plugin/views/style/IIIFManifest.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php index 05462a03..30425c29 100644 --- a/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php +++ b/modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php @@ -12,6 +12,7 @@ use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Messenger\MessengerInterface; use Drupal\Core\Url; use Drupal\islandora\IslandoraUtils; +use Drupal\taxonomy\TermInterface; use Drupal\views\Plugin\views\style\StylePluginBase; use Drupal\views\ResultRow; use GuzzleHttp\Client; @@ -251,7 +252,7 @@ class IIIFManifest extends StylePluginBase { * @param string $iiif_base_id * The URL for the request, minus the last part of the URL, * which is likely "manifest". - * @param \Drupal\taxonomy\TermInterface $structured_text_term + * @param $structured_text_term * The term representing the media use. * * @return array @@ -400,7 +401,7 @@ class IIIFManifest extends StylePluginBase { * * @param \Drupal\Core\Entity\EntityInterface $entity * The entity at the current row. - * @param \Drupal\taxonomy\TermInterface $structured_text_term + * @param $structured_text_term * The term representing the media use. * * @return string|false @@ -477,7 +478,7 @@ class IIIFManifest extends StylePluginBase { } /** - * Undocumented function + * Add the configured search endpoint to the manifest. * * @param array $json * The IIIF manifest.