Browse Source

Address PHPCS errors.

pull/962/head
Alexander O'Neill 2 years ago
parent
commit
8f2e83ced7
  1. 4
      modules/islandora_iiif/src/Plugin/views/style/IIIFManifest.php

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

@ -95,7 +95,7 @@ class IIIFManifest extends StylePluginBase {
protected $messenger; protected $messenger;
/** /**
* @var \Drupal\Core\Extention\ModuleHandlerInterface; * @var \Drupal\Core\Extention\ModuleHandlerInterface
*/ */
protected $moduleHandler; protected $moduleHandler;
@ -279,7 +279,7 @@ class IIIFManifest extends StylePluginBase {
// Give other modules a chance to alter the canvas. // Give other modules a chance to alter the canvas.
$alter_options = [ $alter_options = [
'options' => $this->options, 'options' => $this->options,
'views_plugin' => $this 'views_plugin' => $this,
]; ];
$this->moduleHandler->alter('islandora_iiif_manifest_canvas', $tmp_canvas, $row, $alter_options); $this->moduleHandler->alter('islandora_iiif_manifest_canvas', $tmp_canvas, $row, $alter_options);

Loading…
Cancel
Save