Commit 809449a9 authored by Beatriz Rodrigues's avatar Beatriz Rodrigues Committed by Kristen Pol
Browse files

Issue #3073393 by beatrizrodrigues, bertonha, mahipal46, Deeksha B,...

Issue #3073393 by beatrizrodrigues, bertonha, mahipal46, Deeksha B, lucienchalom, idebr, Kristen Pol, pifagor, anagomes: Remove unused use statements
parent 528b3198
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ namespace Drupal\redirect_404\Render;

use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\DependencyInjection\DependencySerializationTrait;
use Drupal\Core\Logger\LoggerChannelFactory;
use Drupal\Core\Logger\LoggerChannelFactoryInterface;
use Psr\Log\LoggerInterface;
use Psr\Log\NullLogger;
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

namespace Drupal\Tests\redirect_404\Functional;

use Drupal\Component\Render\FormattableMarkup;
use Drupal\Tests\BrowserTestBase;

/**
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
 * Generate callbacks for the redirect module.
 */

use Drupal\Component\Utility\Random;
use Drupal\devel_generate\DevelGenerateBase;
use Drupal\node\NodeInterface;
use Drupal\redirect\Entity\Redirect;
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ use Drupal\Core\Url;
use Drupal\path_alias\PathAliasInterface;
use Drupal\redirect\Entity\Redirect;
use Symfony\Component\Routing\Exception\RouteNotFoundException;
use Drupal\Core\Database\Query\Condition;

/**
 * Implements hook_hook_info().
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

namespace Drupal\redirect\Plugin\Field\FieldWidget;

use Drupal\Component\Utility\NestedArray;
use Drupal\Component\Utility\UrlHelper;
use Drupal\Core\Field\FieldItemListInterface;
use Drupal\Core\Field\WidgetBase;
Loading