diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php index c71d50b..75d469c 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/argument/UserUid.php @@ -7,8 +7,10 @@ namespace Drupal\comment\Plugin\views\argument; -use Drupal\views\Plugin\views\argument\ArgumentPluginBase; use Drupal\Component\Annotation\PluginID; +use Drupal\Core\Database\Connection; +use Drupal\views\Plugin\views\argument\ArgumentPluginBase; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Argument handler to accept a user id to check for nodes that diff --git a/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php b/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php index debfc1a..7b3f533 100644 --- a/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php +++ b/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php @@ -7,10 +7,12 @@ namespace Drupal\comment\Plugin\views\field; +use Drupal\Component\Annotation\PluginID; +use Drupal\Core\Database\Connection; use Drupal\views\Plugin\views\field\Numeric; use Drupal\views\Plugin\views\display\DisplayPluginBase; use Drupal\views\ViewExecutable; -use Drupal\Component\Annotation\PluginID; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Field handler to display the number of new comments. diff --git a/core/modules/node/lib/Drupal/node/Plugin/views/argument/Vid.php b/core/modules/node/lib/Drupal/node/Plugin/views/argument/Vid.php index 1c221bf..d322da6 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/views/argument/Vid.php +++ b/core/modules/node/lib/Drupal/node/Plugin/views/argument/Vid.php @@ -7,8 +7,10 @@ namespace Drupal\node\Plugin\views\argument; -use Drupal\views\Plugin\views\argument\Numeric; use Drupal\Component\Annotation\PluginID; +use Drupal\Core\Database\Connection; +use Drupal\views\Plugin\views\argument\Numeric; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Argument handler to accept a node revision id. diff --git a/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php b/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php index 14a27d9..b9344b8 100644 --- a/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php +++ b/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php @@ -9,7 +9,9 @@ use Drupal\Component\Annotation\Plugin; use Drupal\Core\Annotation\Translation; +use Drupal\Core\Database\Connection; use Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Validate whether an argument is a valid user. diff --git a/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php b/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php index 677aa32..071c5cb 100644 --- a/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php +++ b/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php @@ -8,9 +8,11 @@ namespace Drupal\user\Plugin\views\field; use Drupal\Component\Annotation\PluginID; +use Drupal\Core\Database\Connection; use Drupal\views\Plugin\views\display\DisplayPluginBase; use Drupal\views\ViewExecutable; use Drupal\views\Plugin\views\field\PrerenderList; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Field handler to provide a list of permissions. diff --git a/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php b/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php index 028437c..6fdacef 100644 --- a/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php +++ b/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php @@ -8,9 +8,11 @@ namespace Drupal\user\Plugin\views\field; use Drupal\Component\Annotation\PluginID; +use Drupal\Core\Database\Connection; use Drupal\views\Plugin\views\display\DisplayPluginBase; use Drupal\views\ViewExecutable; use Drupal\views\Plugin\views\field\PrerenderList; +use Symfony\Component\DependencyInjection\ContainerInterface; /** * Field handler to provide a list of roles.