diff --git a/modules/single_datetime_exposed/single_datetime_exposed.module b/modules/single_datetime_exposed/single_datetime_exposed.module index 4bbe1ddcaa77ecb66c28951bdcf6cc619f46b580..59e335c22b7fe08e9c8f496b42edbb9a1556d0b5 100644 --- a/modules/single_datetime_exposed/single_datetime_exposed.module +++ b/modules/single_datetime_exposed/single_datetime_exposed.module @@ -5,8 +5,8 @@ * Main module file single_datetime_exposed. */ -use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Form\FormStateInterface; +use Drupal\Core\Routing\RouteMatchInterface; use Drupal\single_datetime\AttributeHelper; /** diff --git a/src/Element/SingleDateTime.php b/src/Element/SingleDateTime.php index 7ada7180e699fc92a39612e43208f0c053a1d920..fd0d5ea0d36114195238955ff16d5a4d2c6a3620 100644 --- a/src/Element/SingleDateTime.php +++ b/src/Element/SingleDateTime.php @@ -2,10 +2,10 @@ namespace Drupal\single_datetime\Element; -use Drupal\Core\Render\Element\FormElement; -use Drupal\Core\Render\Element; -use Drupal\Core\Form\FormStateInterface; use Drupal\Component\Serialization\Json; +use Drupal\Core\Form\FormStateInterface; +use Drupal\Core\Render\Element; +use Drupal\Core\Render\Element\FormElement; /** * Provides a SingleDateTime form element. diff --git a/src/Plugin/Field/FieldWidget/SingleDateTimeBase.php b/src/Plugin/Field/FieldWidget/SingleDateTimeBase.php index a4e2d03239265c6c90cedc1ba8629277cacc8425..ed75b706552b4978fce02ae5afe97aa1e9936f10 100644 --- a/src/Plugin/Field/FieldWidget/SingleDateTimeBase.php +++ b/src/Plugin/Field/FieldWidget/SingleDateTimeBase.php @@ -8,8 +8,8 @@ use Drupal\Core\Field\FieldDefinitionInterface; use Drupal\Core\Form\FormStateInterface; use Drupal\datetime\Plugin\Field\FieldType\DateTimeItem; use Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface; -use Symfony\Component\DependencyInjection\ContainerInterface; use Drupal\datetime\Plugin\Field\FieldWidget\DateTimeWidgetBase; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Base class for SingleDateTime widget types.