Browse Source

Remove some chaff intro'd from merge conflicts.

pull/839/head
Adam Vessey 5 years ago
parent
commit
8496a5a969
  1. 6
      src/Plugin/Action/AbstractGenerateDerivative.php

6
src/Plugin/Action/AbstractGenerateDerivative.php

@ -2,15 +2,9 @@
namespace Drupal\islandora\Plugin\Action; namespace Drupal\islandora\Plugin\Action;
use Drupal\islandora\EventGenerator\EmitEvent;
use Drupal\islandora\IslandoraUtils;
use Drupal\islandora\MediaSource\MediaSourceService;
use Drupal\token\TokenInterface;
use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Url; use Drupal\Core\Url;
use Symfony\Component\DependencyInjection\ContainerInterface;
/** /**
* Emits a Node event. * Emits a Node event.

Loading…
Cancel
Save