diff --git a/core/lib/Drupal/Core/Config/ConfigFactory.php b/core/lib/Drupal/Core/Config/ConfigFactory.php index ce934a1..7d9f541 100644 --- a/core/lib/Drupal/Core/Config/ConfigFactory.php +++ b/core/lib/Drupal/Core/Config/ConfigFactory.php @@ -9,9 +9,6 @@ use Drupal\Core\Language\Language; use Drupal\Core\Language\LanguageDefault; -use Drupal\Core\Config\ConfigCachePrimeEvent; -use Drupal\Core\Config\ConfigModuleOverridesEvent; -use Symfony\Component\EventDispatcher\EventDispatcher; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; @@ -160,8 +157,6 @@ public function get($name) { * {@inheritdoc} */ public function loadMultiple(array $names) { - global $conf; - if (!$this->isCachePrimed) { $names = array_unique($names + $this->getCachePrimeNames()); }