Skip to content
Snippets Groups Projects

Issue #3287092: Automated Drupal 10 compatibility fixes

Open Stuart Clark requested to merge issue/druxt-3287092:feature/3287092-drupal-10 into 1.1.x
8 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -5,10 +5,10 @@ namespace Drupal\druxt\EventSubscriber;
use Drupal\Component\Utility\UrlHelper;
use Drupal\Core\Cache\CacheableJsonResponse;
use Drupal\Core\Cache\CacheableMetadata;
use Drupal\Core\Routing\RouteObjectInterface;
use Drupal\Core\Url;
use Drupal\decoupled_router\EventSubscriber\RouterPathTranslatorSubscriber;
use Drupal\decoupled_router\PathTranslatorEvent;
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
/**
Loading