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

Issue #1805996 by tim.plunkett: Move Views integration for core to their respective modules.

parent c7b7c3e5
No related branches found
No related tags found
No related merge requests found
Showing
with 38 additions and 38 deletions
......@@ -3,10 +3,10 @@
/**
* @file
* Definition of Drupal\views\Plugin\views\display\Block.
* Definition of Views\block\Plugin\views\display\Block.
* Definition of Drupal\block\Plugin\views\display\Block.
*/
namespace Views\block\Plugin\views\display;
namespace Drupal\block\Plugin\views\display;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\argument\UserUid.
* Definition of Drupal\comment\Plugin\views\argument\UserUid.
*/
namespace Views\comment\Plugin\views\argument;
namespace Drupal\comment\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\ArgumentPluginBase;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\Comment.
* Definition of Drupal\comment\Plugin\views\field\Comment.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\field\FieldPluginBase;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\Depth.
* Definition of Drupal\comment\Plugin\views\field\Depth.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\field\FieldPluginBase;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\LastTimestamp.
* Definition of Drupal\comment\Plugin\views\field\LastTimestamp.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugin\views\field\Date;
use Drupal\views\ViewExecutable;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\Link.
* Definition of Drupal\comment\Plugin\views\field\Link.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\LinkApprove.
* Definition of Drupal\comment\Plugin\views\field\LinkApprove.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\LinkDelete.
* Definition of Drupal\comment\Plugin\views\field\LinkDelete.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\LinkEdit.
* Definition of Drupal\comment\Plugin\views\field\LinkEdit.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\LinkReply.
* Definition of Drupal\comment\Plugin\views\field\LinkReply.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\NcsLastCommentName.
* Definition of Drupal\comment\Plugin\views\field\NcsLastCommentName.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\NcsLastUpdated.
* Definition of Drupal\comment\Plugin\views\field\NcsLastUpdated.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugin\views\field\Date;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\NodeComment.
* Definition of Drupal\comment\Plugin\views\field\NodeComment.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\NodeLink.
* Definition of Drupal\comment\Plugin\views\field\NodeLink.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\NodeNewComments.
* Definition of Drupal\comment\Plugin\views\field\NodeNewComments.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\Plugin\views\field\Numeric;
use Drupal\views\ViewExecutable;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\field\Username.
* Definition of Drupal\comment\Plugin\views\field\Username.
*/
namespace Views\comment\Plugin\views\field;
namespace Drupal\comment\Plugin\views\field;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\field\FieldPluginBase;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\filter\NcsLastUpdated.
* Definition of Drupal\comment\Plugin\views\filter\NcsLastUpdated.
*/
namespace Views\comment\Plugin\views\filter;
namespace Drupal\comment\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\Date;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\filter\NodeComment.
* Definition of Drupal\comment\Plugin\views\filter\NodeComment.
*/
namespace Views\comment\Plugin\views\filter;
namespace Drupal\comment\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\InOperator;
use Drupal\Core\Annotation\Plugin;
......
......@@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\filter\UserUid.
* Definition of Drupal\comment\Plugin\views\filter\UserUid.
*/
namespace Views\comment\Plugin\views\filter;
namespace Drupal\comment\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\FilterPluginBase;
use Drupal\Core\Annotation\Plugin;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment