Skip to content
Snippets Groups Projects
Commit 99e3cd96 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Rename use Drupal\views\Plugins Drupal\views\Plugin

parent 744aa3ae
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Showing
with 20 additions and 20 deletions
......@@ -7,7 +7,7 @@
namespace Drupal\aggregator\Plugin\views\argument;
use Drupal\views\Plugins\views\argument\Numeric;
use Drupal\views\Plugin\views\argument\Numeric;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\aggregator\Plugin\views\argument;
use Drupal\views\Plugins\views\argument\Numeric;
use Drupal\views\Plugin\views\argument\Numeric;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\aggregator\Plugin\views\argument;
use Drupal\views\Plugins\views\argument\Numeric;
use Drupal\views\Plugin\views\argument\Numeric;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\aggregator\Plugin\views\field;
use Drupal\views\Plugins\views\field\FieldPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\aggregator\Plugin\views\field;
use Drupal\views\Plugins\views\field\FieldPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\aggregator\Plugin\views\field;
use Drupal\views\Plugins\views\field\FieldPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\aggregator\Plugin\views\filter;
use Drupal\views\Plugins\views\filter\InOperator;
use Drupal\views\Plugin\views\filter\InOperator;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\aggregator\Plugin\views\row;
use Drupal\views\Plugins\views\row\RowPluginBase;
use Drupal\views\Plugin\views\row\RowPluginBase;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\argument;
use Drupal\views\Plugins\views\argument\ArgumentPluginBase;
use Drupal\views\Plugin\views\argument\ArgumentPluginBase;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugins\views\field\FieldPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -8,7 +8,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugins\views\field\FieldPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
/**
* Field handler to display the depth of a comment.
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugins\views\field\Date;
use Drupal\views\Plugin\views\field\Date;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugins\views\field\Entity;
use Drupal\views\Plugin\views\field\Entity;
/**
* Base field handler to present a link.
......
......@@ -8,7 +8,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Join;
use Drupal\views\Plugins\views\field\FieldPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugins\views\field\Date;
use Drupal\views\Plugin\views\field\Date;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugins\views\field\FieldPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugins\views\field\Entity;
use Drupal\views\Plugin\views\field\Entity;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugins\views\field\Numeric;
use Drupal\views\Plugin\views\field\Numeric;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugins\views\field\FieldPluginBase;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
/**
......
......@@ -7,7 +7,7 @@
namespace Drupal\comment\Plugin\views\filter;
use Drupal\views\Plugins\views\filter\Date;
use Drupal\views\Plugin\views\filter\Date;
use Drupal\Core\Annotation\Plugin;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment