Skip to content
Snippets Groups Projects
Commit 9c9c1bf4 authored by keshav's avatar keshav Committed by Shashank Kumar
Browse files

Issue #3379027: use statements MUST be sorted alphabetically

parent 8d8dbb32
No related branches found
No related tags found
1 merge request!30Issue #3379027: use statements MUST be sorted alphabetically
......@@ -2,10 +2,10 @@
namespace Drupal\twilio\Controller;
use Drupal\Component\Utility\SafeMarkup;
use Drupal\Core\Controller\ControllerBase;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\RequestStack;
use Drupal\Component\Utility\SafeMarkup;
/**
* Default controller for the twilio module.
......
......@@ -2,13 +2,13 @@
namespace Drupal\twilio\Form;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Element;
use Drupal\twilio\Controller\TwilioController;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Admin form for Twilio config.
......
......@@ -2,12 +2,12 @@
namespace Drupal\twilio\Form;
use Drupal\Component\Utility\UrlHelper;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Component\Utility\UrlHelper;
use Drupal\twilio\Controller\TwilioController;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\twilio\Services\Sms;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Form to send test SMS messages.
......
......@@ -4,13 +4,13 @@ namespace Drupal\twilio\Form;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Messenger\Messenger;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\twilio\Controller\TwilioController;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\twilio\Services\Sms;
use Drupal\Core\Messenger\Messenger;
use Drupal\twilio\TwilioConstantsInterface;
use Drupal\user\UserStorageInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Form to send test SMS messages.
......
......@@ -2,9 +2,9 @@
namespace Drupal\twilio\Plugin\views\field;
use Drupal\views\Plugin\views\display\DisplayPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\views\ResultRow;
use Drupal\views\Plugin\views\display\DisplayPluginBase;
use Drupal\views\ViewExecutable;
/**
......
......@@ -2,9 +2,9 @@
namespace Drupal\twilio\Plugin\views\field;
use Drupal\views\Plugin\views\display\DisplayPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\views\ResultRow;
use Drupal\views\Plugin\views\display\DisplayPluginBase;
use Drupal\views\ViewExecutable;
/**
......
......@@ -2,10 +2,10 @@
namespace Drupal\twilio\Services;
use Twilio\Rest\Client;
use Twilio\Exceptions\TwilioException;
use Drupal\Component\Utility\UrlHelper;
use Drupal\Core\Config\ConfigFactoryInterface;
use Twilio\Exceptions\TwilioException;
use Twilio\Rest\Client;
/**
* Service class for Twilio API commands.
......
......@@ -2,9 +2,9 @@
namespace Drupal\twilio\Services;
use Drupal\Core\Cache\CacheFactoryInterface;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Cache\CacheFactoryInterface;
/**
* Service class for Twilio phone number handling.
......
......@@ -2,13 +2,13 @@
namespace Drupal\twilio\Services;
use Twilio\Rest\Client;
use Twilio\Exceptions\TwilioException;
use Drupal\Component\Utility\UrlHelper;
use Drupal\twilio\TwilioConstantsInterface;
use Drupal\Core\Database\Connection;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Database\Connection;
use Drupal\Core\Messenger\MessengerInterface;
use Drupal\twilio\TwilioConstantsInterface;
use Twilio\Exceptions\TwilioException;
use Twilio\Rest\Client;
/**
* Service class for Twilio API commands.
......
......@@ -2,10 +2,9 @@
namespace Drupal\twilio\Services;
use Twilio\Rest\Client;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Cache\CacheFactoryInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Twilio\Rest\Client;
/**
* Service class for Twilio API commands.
......
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