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
99e3cd96
Commit
99e3cd96
authored
Aug 05, 2012
by
tim.plunkett
Browse files
Rename use Drupal\views\Plugins Drupal\views\Plugin
parent
744aa3ae
Changes
85
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/aggregator/Plugin/views/argument/CategoryCid.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\aggregator\Plugin\views\argument
;
use
Drupal\views\Plugin
s
\views\argument\Numeric
;
use
Drupal\views\Plugin\views\argument\Numeric
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/aggregator/Plugin/views/argument/Fid.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\aggregator\Plugin\views\argument
;
use
Drupal\views\Plugin
s
\views\argument\Numeric
;
use
Drupal\views\Plugin\views\argument\Numeric
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/aggregator/Plugin/views/argument/Iid.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\aggregator\Plugin\views\argument
;
use
Drupal\views\Plugin
s
\views\argument\Numeric
;
use
Drupal\views\Plugin\views\argument\Numeric
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/aggregator/Plugin/views/field/Category.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\aggregator\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\FieldPluginBase
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/aggregator/Plugin/views/field/TitleLink.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\aggregator\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\FieldPluginBase
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/aggregator/Plugin/views/field/Xss.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\aggregator\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\FieldPluginBase
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/aggregator/Plugin/views/filter/CategoryCid.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\aggregator\Plugin\views\filter
;
use
Drupal\views\Plugin
s
\views\filter\InOperator
;
use
Drupal\views\Plugin\views\filter\InOperator
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/aggregator/Plugin/views/row/Rss.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\aggregator\Plugin\views\row
;
use
Drupal\views\Plugin
s
\views\row\RowPluginBase
;
use
Drupal\views\Plugin\views\row\RowPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
use
Drupal\Core\Annotation\Translation
;
...
...
lib/Drupal/comment/Plugin/views/argument/UserUid.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\argument
;
use
Drupal\views\Plugin
s
\views\argument\ArgumentPluginBase
;
use
Drupal\views\Plugin\views\argument\ArgumentPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/field/Comment.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\FieldPluginBase
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/field/Depth.php
View file @
99e3cd96
...
...
@@ -8,7 +8,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\Core\Annotation\Plugin
;
use
Drupal\views\Plugin
s
\views\field\FieldPluginBase
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
/**
* Field handler to display the depth of a comment.
...
...
lib/Drupal/comment/Plugin/views/field/LastTimestamp.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\Date
;
use
Drupal\views\Plugin\views\field\Date
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/field/Link.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\Entity
;
use
Drupal\views\Plugin\views\field\Entity
;
/**
* Base field handler to present a link.
...
...
lib/Drupal/comment/Plugin/views/field/NcsLastCommentName.php
View file @
99e3cd96
...
...
@@ -8,7 +8,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Join
;
use
Drupal\views\Plugin
s
\views\field\FieldPluginBase
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/field/NcsLastUpdated.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\Date
;
use
Drupal\views\Plugin\views\field\Date
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/field/NodeComment.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\FieldPluginBase
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/field/NodeLink.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\Entity
;
use
Drupal\views\Plugin\views\field\Entity
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/field/NodeNewComments.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\Numeric
;
use
Drupal\views\Plugin\views\field\Numeric
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/field/Username.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\field
;
use
Drupal\views\Plugin
s
\views\field\FieldPluginBase
;
use
Drupal\views\Plugin\views\field\FieldPluginBase
;
use
Drupal\Core\Annotation\Plugin
;
/**
...
...
lib/Drupal/comment/Plugin/views/filter/NcsLastUpdated.php
View file @
99e3cd96
...
...
@@ -7,7 +7,7 @@
namespace
Drupal\comment\Plugin\views\filter
;
use
Drupal\views\Plugin
s
\views\filter\Date
;
use
Drupal\views\Plugin\views\filter\Date
;
use
Drupal\Core\Annotation\Plugin
;
...
...
Prev
1
2
3
4
5
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