Commit 427cd217 authored by Pravin Gaikwad's avatar Pravin Gaikwad Committed by Damien McKenna
Browse files

Issue #3313590 by Rajeshreeputra, DamienMcKenna: Sort 'use' statements alphabetically.

parent 8ec70b2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@

namespace Drupal\schema_metatag\Plugin\metatag\Tag;

use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
use Drupal\schema_metatag\SchemaMetatagManager;
use Drupal\schema_metatag\Plugin\schema_metatag\PropertyTypeManager;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\schema_metatag\SchemaMetatagManager;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@

namespace Drupal\schema_metatag\Plugin\schema_metatag\PropertyType;

use Drupal\schema_metatag\Plugin\schema_metatag\PropertyTypeBase;
use Drupal\Core\Entity\Plugin\DataType\EntityAdapter;
use Drupal\views\Views;
use Drupal\Core\Url;
use Drupal\schema_metatag\Plugin\schema_metatag\PropertyTypeBase;
use Drupal\views\Views;

/**
 * Provides a plugin for the 'ItemListElement' Schema.org property type.
+4 −4
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@
namespace Drupal\schema_metatag\Plugin\schema_metatag;

use Drupal\Component\Plugin\PluginBase;
use Drupal\schema_metatag\SchemaMetatagManagerInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\schema_metatag\SchemaMetatagClientInterface;
use Drupal\schema_metatag\SchemaMetatagManagerInterface;
use Drupal\schema_metatag\SchemaMetatagTestTagInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\Core\Form\FormStateInterface;

/**
 * Base class for Property type plugins.
+1 −1
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@

namespace Drupal\schema_metatag\Plugin\schema_metatag;

use Drupal\Core\Plugin\DefaultPluginManager;
use Drupal\Core\Cache\CacheBackendInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Plugin\DefaultPluginManager;

/**
 * Provides the Property type plugin manager.
+1 −1
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@

namespace Drupal\schema_metatag;

use Drupal\Core\Cache\CacheBackendInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\Core\Cache\CacheBackendInterface;

/**
 * Class SchemaMetatagClient.