diff --git a/src/Plugin/migrate/process/FoxmlFile.php b/src/Plugin/migrate/process/FoxmlFile.php index d09e3f7..b0875ed 100644 --- a/src/Plugin/migrate/process/FoxmlFile.php +++ b/src/Plugin/migrate/process/FoxmlFile.php @@ -2,6 +2,7 @@ namespace Drupal\dgi_migrate\Plugin\migrate\process; +use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\migrate\MigrateExecutableInterface; use Drupal\migrate\Plugin\MigrateProcessInterface; use Drupal\migrate\Plugin\MigrationInterface; @@ -26,7 +27,7 @@ * id = "dgi_migrate.foxml_file" * ) */ -class FoxmlFile extends ProcessPluginBase { +class FoxmlFile extends ProcessPluginBase implements ContainerFactoryPluginInterface { use EnsureNonWritableTrait;