Skip to content
Snippets Groups Projects

Issue #3297550: Automated Drupal 10 compatibility fixes

17 files
+ 218
150
Compare changes
  • Side-by-side
  • Inline

Files

@@ -2,7 +2,6 @@
@@ -2,7 +2,6 @@
namespace Drupal\log\ContextProvider;
namespace Drupal\log\ContextProvider;
use Drupal\log\Entity\Log;
use Drupal\Core\Cache\CacheableMetadata;
use Drupal\Core\Cache\CacheableMetadata;
use Drupal\Core\Plugin\Context\Context;
use Drupal\Core\Plugin\Context\Context;
use Drupal\Core\Plugin\Context\ContextProviderInterface;
use Drupal\Core\Plugin\Context\ContextProviderInterface;
@@ -10,6 +9,7 @@ use Drupal\Core\Plugin\Context\EntityContext;
@@ -10,6 +9,7 @@ use Drupal\Core\Plugin\Context\EntityContext;
use Drupal\Core\Plugin\Context\EntityContextDefinition;
use Drupal\Core\Plugin\Context\EntityContextDefinition;
use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\StringTranslation\StringTranslationTrait;
 
use Drupal\log\Entity\Log;
/**
/**
* Sets the current log as a context on log routes.
* Sets the current log as a context on log routes.
Loading