diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php index 5f61a33..7365f8d 100644 --- a/core/modules/views/src/ViewExecutable.php +++ b/core/modules/views/src/ViewExecutable.php @@ -12,12 +12,8 @@ use Drupal\Core\Form\FormState; use Drupal\Core\Routing\RouteProviderInterface; use Drupal\Core\Session\AccountInterface; -use Drupal\Core\Url; use Drupal\views\Plugin\views\display\DisplayRouterInterface; -use Drupal\views\Plugin\views\query\QueryPluginBase; -use Drupal\views\ViewEntityInterface; use Drupal\Component\Utility\Tags; -use Drupal\views_ui\ViewUI; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response;