Issue #3253666 by longwave, tim.plunkett: Layout Builder uses the wrong RouteObjectInterface
(cherry picked from commit b7dce8cf5a
)
merge-requests/1540/head
parent
10d7b48aba
commit
ec7f2dacd4
|
@ -3,9 +3,9 @@
|
|||
namespace Drupal\layout_builder\Routing;
|
||||
|
||||
use Drupal\Core\Routing\EnhancerInterface;
|
||||
use Drupal\Core\Routing\RouteObjectInterface;
|
||||
use Drupal\layout_builder\LayoutTempstoreRepositoryInterface;
|
||||
use Drupal\layout_builder\SectionStorageInterface;
|
||||
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
namespace Drupal\Tests\layout_builder\Unit;
|
||||
|
||||
use Drupal\Core\Routing\RouteObjectInterface;
|
||||
use Drupal\layout_builder\LayoutTempstoreRepositoryInterface;
|
||||
use Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer;
|
||||
use Drupal\layout_builder\SectionStorageInterface;
|
||||
use Drupal\Tests\UnitTestCase;
|
||||
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\Routing\Route;
|
||||
|
||||
|
|
Loading…
Reference in New Issue