Skip to content
Snippets Groups Projects
Commit 84e2df2f authored by Liam Morland's avatar Liam Morland
Browse files

Coding standards: Sort 'use' statements

parent e1e610ac
No related branches found
No related tags found
No related merge requests found
...@@ -7,15 +7,15 @@ use Drupal\Core\Config\ConfigFactoryInterface; ...@@ -7,15 +7,15 @@ use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\File\FileSystemInterface; use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Link;
use Drupal\Core\Render\RendererInterface;
use Drupal\fillpdf\Component\Utility\FillPdf; use Drupal\fillpdf\Component\Utility\FillPdf;
use Drupal\fillpdf\Entity\FillPdfForm;
use Drupal\fillpdf\Plugin\PdfBackendManager; use Drupal\fillpdf\Plugin\PdfBackendManager;
use Drupal\fillpdf\Service\FillPdfAdminFormHelper; use Drupal\fillpdf\Service\FillPdfAdminFormHelper;
use Drupal\fillpdf\ShellManager; use Drupal\fillpdf\ShellManager;
use GuzzleHttp\Client; use GuzzleHttp\Client;
use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\Core\Link;
use Drupal\Core\Render\RendererInterface;
use Drupal\fillpdf\Entity\FillPdfForm;
/** /**
* Configure FillPDF settings form. * Configure FillPDF settings form.
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
namespace Drupal\fillpdf\Plugin; namespace Drupal\fillpdf\Plugin;
use Drupal\Core\Plugin\DefaultPluginManager;
use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\Cache\CacheBackendInterface;
use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Plugin\DefaultPluginManager;
/** /**
* Provides the FillPDF action plugin plugin manager. * Provides the FillPDF action plugin plugin manager.
......
...@@ -4,6 +4,7 @@ namespace Drupal\fillpdf\Plugin\PdfBackend; ...@@ -4,6 +4,7 @@ namespace Drupal\fillpdf\Plugin\PdfBackend;
use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\File\FileSystem; use Drupal\Core\File\FileSystem;
use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\file\FileInterface; use Drupal\file\FileInterface;
use Drupal\fillpdf\Component\Utility\FillPdf; use Drupal\fillpdf\Component\Utility\FillPdf;
...@@ -11,7 +12,6 @@ use Drupal\fillpdf\FieldMapping\TextFieldMapping; ...@@ -11,7 +12,6 @@ use Drupal\fillpdf\FieldMapping\TextFieldMapping;
use Drupal\fillpdf\Plugin\PdfBackendBase; use Drupal\fillpdf\Plugin\PdfBackendBase;
use Drupal\fillpdf\ShellManager; use Drupal\fillpdf\ShellManager;
use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\Core\File\FileSystemInterface;
/** /**
* Pdftk PdfBackend plugin. * Pdftk PdfBackend plugin.
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
namespace Drupal\fillpdf\Plugin; namespace Drupal\fillpdf\Plugin;
use Drupal\Component\Plugin\FallbackPluginManagerInterface; use Drupal\Component\Plugin\FallbackPluginManagerInterface;
use Drupal\Core\Plugin\DefaultPluginManager;
use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\Cache\CacheBackendInterface;
use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Plugin\DefaultPluginManager;
/** /**
* Provides the FillPDF PdfBackend plugin manager. * Provides the FillPDF PdfBackend plugin manager.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment