Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
20ba6bbd
Commit
20ba6bbd
authored
Oct 07, 2012
by
tim.plunkett
Browse files
Issue
#1805996
by tim.plunkett: Move Views integration for core to their respective modules.
parent
c7b7c3e5
Changes
176
Hide whitespace changes
Inline
Side-by-side
core/modules/
views/lib/Views
/block/Plugin/views/display/Block.php
→
core/modules/
block/lib/Drupal
/block/Plugin/views/display/Block.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/modules
/comment.views.inc
→
core/modules/
comment
/comment.views.inc
View file @
20ba6bbd
File moved
core/modules/
views/lib/Views
/comment/Plugin/views/argument/UserUid.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/argument/UserUid.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/Comment.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/Comment.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/Depth.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/Depth.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/LastTimestamp.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/LastTimestamp.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/Link.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/Link.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/LinkApprove.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/LinkApprove.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/LinkDelete.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/LinkDelete.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/LinkEdit.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/LinkEdit.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/LinkReply.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/LinkReply.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/NcsLastCommentName.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/NcsLastCommentName.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/NcsLastUpdated.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/NcsLastUpdated.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/NodeComment.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/NodeComment.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/NodeLink.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/NodeLink.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/NodeNewComments.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/NodeNewComments.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/field/Username.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/field/Username.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/filter/NcsLastUpdated.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/filter/NcsLastUpdated.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/filter/NodeComment.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/filter/NodeComment.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
core/modules/
views/lib/Views
/comment/Plugin/views/filter/UserUid.php
→
core/modules/
comment/lib/Drupal
/comment/Plugin/views/filter/UserUid.php
View file @
20ba6bbd
...
...
@@ -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
;
...
...
Prev
1
2
3
4
5
…
9
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment