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

8.0.x
Tim Plunkett 2012-10-07 18:53:31 -04:00
parent c7b7c3e5ba
commit 20ba6bbd18
176 changed files with 291 additions and 3426 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\row\Rss.
* Definition of Drupal\comment\Plugin\views\row\Rss.
*/
namespace Views\comment\Plugin\views\row;
namespace Drupal\comment\Plugin\views\row;
use Drupal\views\Plugin\views\row\RowPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\comment\Plugin\views\row\View.
* Definition of Drupal\comment\Plugin\views\row\View.
*/
namespace Views\comment\Plugin\views\row;
namespace Drupal\comment\Plugin\views\row;
use Views\system\Plugin\views\row\Entity;
use Drupal\system\Plugin\views\row\Entity;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
@ -28,7 +28,7 @@ use Drupal\Core\Annotation\Translation;
class View extends Entity {
/**
* Overrides Views\system\Plugin\views\row\Entity::defineOptions().
* Overrides Drupal\system\Plugin\views\row\Entity::defineOptions().
*/
protected function defineOptions() {
$options = parent::defineOptions();
@ -38,7 +38,7 @@ class View extends Entity {
}
/**
* Overrides Views\system\Plugin\views\row\Entity::buildOptionsForm().
* Overrides Drupal\system\Plugin\views\row\Entity::buildOptionsForm().
*/
public function buildOptionsForm(&$form, &$form_state) {
parent::buildOptionsForm($form, $form_state);
@ -51,7 +51,7 @@ class View extends Entity {
}
/**
* Overrides Views\system\Plugin\views\row\Entity::render().
* Overrides Drupal\system\Plugin\views\row\Entity::render().
*/
function render($row) {
$entity_id = $row->{$this->field_alias};

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\sort\NcsLastCommentName.
* Definition of Drupal\comment\Plugin\views\sort\NcsLastCommentName.
*/
namespace Views\comment\Plugin\views\sort;
namespace Drupal\comment\Plugin\views\sort;
use Drupal\views\Plugin\views\sort\SortPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\sort\NcsLastUpdated.
* Definition of Drupal\comment\Plugin\views\sort\NcsLastUpdated.
*/
namespace Views\comment\Plugin\views\sort;
namespace Drupal\comment\Plugin\views\sort;
use Drupal\views\Plugin\views\sort\Date;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\comment\Plugin\views\sort\Thread.
* Definition of Drupal\comment\Plugin\views\sort\Thread.
*/
namespace Views\comment\Plugin\views\sort;
namespace Drupal\comment\Plugin\views\sort;
use Drupal\views\Plugin\views\sort\SortPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\wizard\Comment.
* Definition of Drupal\node\Plugin\views\wizard\Comment.
*/
namespace Views\comment\Plugin\views\wizard;
namespace Drupal\comment\Plugin\views\wizard;
use Drupal\views\Plugin\views\wizard\WizardPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -5,7 +5,7 @@
* Definition of views_handler_argument_field_list.
*/
namespace Views\field\Plugin\views\argument;
namespace Drupal\field\Plugin\views\argument;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\argument\Numeric;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\field\Plugin\views\argument\ListString.
* Definition of Drupal\field\Plugin\views\argument\ListString.
*/
namespace Views\field\Plugin\views\argument;
namespace Drupal\field\Plugin\views\argument;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\argument\String;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\field\Plugin\views\field\Field.
* Definition of Drupal\field\Plugin\views\field\Field.
*/
namespace Views\field\Plugin\views\field;
namespace Drupal\field\Plugin\views\field;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\field\FieldPluginBase;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\field\Plugin\views\filter\FieldList.
* Definition of Drupal\field\Plugin\views\filter\FieldList.
*/
namespace Views\field\Plugin\views\filter;
namespace Drupal\field\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\ManyToOne;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\field\Plugin\views\relationship\EntityReverse.
* Definition of Drupal\field\Plugin\views\relationship\EntityReverse.
*/
namespace Views\field\Plugin\views\relationship;
namespace Drupal\field\Plugin\views\relationship;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\relationship\RelationshipPluginBase;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\file\Plugin\views\argument\Fid.
* Definition of Drupal\file\Plugin\views\argument\Fid.
*/
namespace Views\file\Plugin\views\argument;
namespace Drupal\file\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\Numeric;

View File

@ -5,7 +5,7 @@
* Definition of views_handler_field_file_extension.
*/
namespace Views\file\Plugin\views\field;
namespace Drupal\file\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\field\FieldPluginBase;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\file\Plugin\views\field\File.
* Definition of Drupal\file\Plugin\views\field\File.
*/
namespace Views\file\Plugin\views\field;
namespace Drupal\file\Plugin\views\field;
use Drupal\views\ViewExecutable;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\file\Plugin\views\field\FileMime.
* Definition of Drupal\file\Plugin\views\field\FileMime.
*/
namespace Views\file\Plugin\views\field;
namespace Drupal\file\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\file\Plugin\views\field\Status.
* Definition of Drupal\file\Plugin\views\field\Status.
*/
namespace Views\file\Plugin\views\field;
namespace Drupal\file\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\field\FieldPluginBase;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\file\Plugin\views\field\Uri.
* Definition of Drupal\file\Plugin\views\field\Uri.
*/
namespace Views\file\Plugin\views\field;
namespace Drupal\file\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\file\Plugin\views\filter\Status.
* Definition of Drupal\file\Plugin\views\filter\Status.
*/
namespace Views\file\Plugin\views\filter;
namespace Drupal\file\Plugin\views\filter;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\filter\InOperator;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\file\Plugin\views\wizard\File.
* Definition of Drupal\file\Plugin\views\wizard\File.
*/
namespace Views\file\Plugin\views\wizard;
namespace Drupal\file\Plugin\views\wizard;
use Drupal\views\Plugin\views\wizard\WizardPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\CreatedDay.
* Definition of Drupal\node\Plugin\views\argument\CreatedDay.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\Date;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\CreatedFullDate.
* Definition of Drupal\node\Plugin\views\argument\CreatedFullDate.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\Date;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\CreatedMonth.
* Definition of Drupal\node\Plugin\views\argument\CreatedMonth.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\Date;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\CreatedWeek.
* Definition of Drupal\node\Plugin\views\argument\CreatedWeek.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\Date;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\CreatedYear.
* Definition of Drupal\node\Plugin\views\argument\CreatedYear.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\Date;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\CreatedYearMonth.
* Definition of Drupal\node\Plugin\views\argument\CreatedYearMonth.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\Date;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\Nid.
* Definition of Drupal\node\Plugin\views\argument\Nid.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\Numeric;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\Type.
* Definition of Drupal\node\Plugin\views\argument\Type.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\String;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\UidRevision.
* Definition of Drupal\node\Plugin\views\argument\UidRevision.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Views\user\Plugin\views\argument\Uid;
use Drupal\user\Plugin\views\argument\Uid;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument\Vid.
* Definition of Drupal\node\Plugin\views\argument\Vid.
*/
namespace Views\node\Plugin\views\argument;
namespace Drupal\node\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\Numeric;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument_default\Node.
* Definition of Drupal\node\Plugin\views\argument_default\Node.
*/
namespace Views\node\Plugin\views\argument_default;
namespace Drupal\node\Plugin\views\argument_default;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\argument_validator\Node.
* Definition of Drupal\node\Plugin\views\argument_validator\Node.
*/
namespace Views\node\Plugin\views\argument_validator;
namespace Drupal\node\Plugin\views\argument_validator;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;

View File

@ -2,13 +2,13 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\HistoryUserTimestamp.
* Definition of Drupal\node\Plugin\views\field\HistoryUserTimestamp.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Drupal\views\ViewExecutable;
use Views\node\Plugin\views\field\Node;
use Drupal\node\Plugin\views\field\Node;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\Language.
* Definition of Drupal\node\Plugin\views\field\Language.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Views\node\Plugin\views\field\Node;
use Drupal\node\Plugin\views\field\Node;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\Link.
* Definition of Drupal\node\Plugin\views\field\Link.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\LinkDelete.
* Definition of Drupal\node\Plugin\views\field\LinkDelete.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Views\node\Plugin\views\field\Link;
use Drupal\node\Plugin\views\field\Link;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -5,9 +5,9 @@
* Definition of views_handler_field_node_link_edit.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Views\node\Plugin\views\field\Link;
use Drupal\node\Plugin\views\field\Link;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\Node.
* Definition of Drupal\node\Plugin\views\field\Node.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\field\FieldPluginBase;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\Path.
* Definition of Drupal\node\Plugin\views\field\Path.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\views\ViewExecutable;

View File

@ -2,13 +2,13 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\Revision.
* Definition of Drupal\node\Plugin\views\field\Revision.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Drupal\views\ViewExecutable;
use Views\node\Plugin\views\field\Node;
use Drupal\node\Plugin\views\field\Node;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\RevisionLink.
* Definition of Drupal\node\Plugin\views\field\RevisionLink.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Views\node\Plugin\views\field\Link;
use Drupal\node\Plugin\views\field\Link;
use Drupal\views\ViewExecutable;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\RevisionLinkDelete.
* Definition of Drupal\node\Plugin\views\field\RevisionLinkDelete.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Views\node\Plugin\views\field\RevisionLink;
use Drupal\node\Plugin\views\field\RevisionLink;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\RevisionLinkRevert.
* Definition of Drupal\node\Plugin\views\field\RevisionLinkRevert.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Views\node\Plugin\views\field\RevisionLink;
use Drupal\node\Plugin\views\field\RevisionLink;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\node\Plugin\views\field\Type.
* Definition of Drupal\node\Plugin\views\field\Type.
*/
namespace Views\node\Plugin\views\field;
namespace Drupal\node\Plugin\views\field;
use Views\node\Plugin\views\field\Node;
use Drupal\node\Plugin\views\field\Node;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\filter\Access.
* Definition of Drupal\node\Plugin\views\filter\Access.
*/
namespace Views\node\Plugin\views\filter;
namespace Drupal\node\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\FilterPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\filter\HistoryUserTimestamp.
* Definition of Drupal\node\Plugin\views\filter\HistoryUserTimestamp.
*/
namespace Views\node\Plugin\views\filter;
namespace Drupal\node\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\FilterPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugins\views\filter\Status.
* Definition of Drupal\node\Plugins\views\filter\Status.
*/
namespace Views\node\Plugin\views\filter;
namespace Drupal\node\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\FilterPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\filter\Type.
* Definition of Drupal\node\Plugin\views\filter\Type.
*/
namespace Views\node\Plugin\views\filter;
namespace Drupal\node\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\InOperator;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,12 +2,12 @@
/**
* @file
* Definition of Views\node\Plugin\views\filter\UidRevision.
* Definition of Drupal\node\Plugin\views\filter\UidRevision.
*/
namespace Views\node\Plugin\views\filter;
namespace Drupal\node\Plugin\views\filter;
use Views\user\Plugin\views\filter\Name;
use Drupal\user\Plugin\views\filter\Name;
use Drupal\Core\Annotation\Plugin;
/**

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\row\Rss.
* Definition of Drupal\node\Plugin\views\row\Rss.
*/
namespace Views\node\Plugin\views\row;
namespace Drupal\node\Plugin\views\row;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;

View File

@ -2,15 +2,15 @@
/**
* @file
* Definition of Views\node\Plugin\views\row\View.
* Definition of Drupal\node\Plugin\views\row\View.
*/
namespace Views\node\Plugin\views\row;
namespace Drupal\node\Plugin\views\row;
use Drupal\views\ViewExecutable;
use Drupal\Core\Annotation\Plugin;
use Drupal\Core\Annotation\Translation;
use Views\system\Plugin\views\row\Entity;
use Drupal\system\Plugin\views\row\Entity;
/**
* Plugin which performs a node_view on the resulting object.
@ -32,7 +32,7 @@ use Views\system\Plugin\views\row\Entity;
class View extends Entity {
/**
* Overrides Views\system\Plugin\views\row\Entity::defineOptions().
* Overrides Drupal\system\Plugin\views\row\Entity::defineOptions().
*/
protected function defineOptions() {
$options = parent::defineOptions();
@ -46,7 +46,7 @@ class View extends Entity {
}
/**
* Overrides Views\system\Plugin\views\row\Entity::buildOptionsForm().
* Overrides Drupal\system\Plugin\views\row\Entity::buildOptionsForm().
*/
public function buildOptionsForm(&$form, &$form_state) {
parent::buildOptionsForm($form, $form_state);

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\wizard\Node.
* Definition of Drupal\node\Plugin\views\wizard\Node.
*/
namespace Views\node\Plugin\views\wizard;
namespace Drupal\node\Plugin\views\wizard;
use Drupal\views\Plugin\views\wizard\WizardPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\node\Plugin\views\wizard\NodeRevision.
* Definition of Drupal\node\Plugin\views\wizard\NodeRevision.
*/
namespace Views\node\Plugin\views\wizard;
namespace Drupal\node\Plugin\views\wizard;
use Drupal\views\Plugin\views\wizard\WizardPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\search\Plugin\views\argument\Search.
* Definition of Drupal\search\Plugin\views\argument\Search.
*/
namespace Views\search\Plugin\views\argument;
namespace Drupal\search\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\ArgumentPluginBase;
use Drupal\Core\Annotation\Plugin;
@ -30,7 +30,7 @@ class Search extends ArgumentPluginBase {
*/
function query_parse_search_expression($input) {
if (!isset($this->search_query)) {
$this->search_query = db_select('search_index', 'i', array('target' => 'slave'))->extend('Views\search\ViewsSearchQuery');
$this->search_query = db_select('search_index', 'i', array('target' => 'slave'))->extend('Drupal\search\ViewsSearchQuery');
$this->search_query->searchExpression($input, $this->view->base_table);
$this->search_query->publicParseSearchExpression();
}

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\search\Plugin\views\field\Score.
* Definition of Drupal\search\Plugin\views\field\Score.
*/
namespace Views\search\Plugin\views\field;
namespace Drupal\search\Plugin\views\field;
use Drupal\views\Plugin\views\field\Numeric;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\search\Plugin\views\filter\Search.
* Definition of Drupal\search\Plugin\views\filter\Search.
*/
namespace Views\search\Plugin\views\filter;
namespace Drupal\search\Plugin\views\filter;
use Drupal\search\SearchQuery;
use Drupal\views\Plugin\views\filter\FilterPluginBase;
@ -31,7 +31,7 @@ class Search extends FilterPluginBase {
* This value extends the query extender to be able to provide methods
* which returns the protected values.
*
* @var Views\search\ViewsSearchQuery
* @var Drupal\search\ViewsSearchQuery
*/
var $search_query = NULL;
@ -102,7 +102,7 @@ class Search extends FilterPluginBase {
function query_parse_search_expression($input) {
if (!isset($this->search_query)) {
$this->parsed = TRUE;
$this->search_query = db_select('search_index', 'i', array('target' => 'slave'))->extend('Views\search\ViewsSearchQuery');
$this->search_query = db_select('search_index', 'i', array('target' => 'slave'))->extend('Drupal\search\ViewsSearchQuery');
$this->search_query->searchExpression($input, $this->view->base_table);
$this->search_query->publicParseSearchExpression();
}

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\search\Plugin\views\row\View.
* Definition of Drupal\search\Plugin\views\row\View.
*/
namespace Views\search\Plugin\views\row;
namespace Drupal\search\Plugin\views\row;
use Drupal\views\Plugin\views\row\RowPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\search\Plugin\views\sort\Score.
* Definition of Drupal\search\Plugin\views\sort\Score.
*/
namespace Views\search\Plugin\views\sort;
namespace Drupal\search\Plugin\views\sort;
use Drupal\views\Plugin\views\sort\SortPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,12 @@
/**
* @file
* Definition of Views\search\ViewsSearchQuery.
* Definition of Drupal\search\ViewsSearchQuery.
*/
namespace Views\search;
namespace Drupal\search;
use Drupal\Core\Database\Query\Condition;
/**
* Extends the core SearchQuery to be able to gets it's protected values.
@ -66,7 +68,7 @@ class ViewsSearchQuery extends SearchQuery {
* The query condition in which the string is replaced.
*/
function condition_replace_string($search, $replace, &$condition) {
if ($condition['field'] instanceof DatabaseCondition) {
if ($condition['field'] instanceof Condition) {
$conditions =& $condition['field']->conditions();
foreach ($conditions as $key => &$subcondition) {
if (is_numeric($key)) {

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\system\Plugin\views\row\Entity.
* Definition of Drupal\system\Plugin\views\row\Entity.
*/
namespace Views\system\Plugin\views\row;
namespace Drupal\system\Plugin\views\row;
use Drupal\views\Plugin\views\row\RowPluginBase;
use Drupal\views\ViewExecutable;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\argument\IndexTid.
* Definition of Drupal\taxonomy\Plugin\views\argument\IndexTid.
*/
namespace Views\taxonomy\Plugin\views\argument;
namespace Drupal\taxonomy\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\ManyToOne;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\argument\IndexTidDepth.
* Definition of Drupal\taxonomy\Plugin\views\argument\IndexTidDepth.
*/
namespace Views\taxonomy\Plugin\views\argument;
namespace Drupal\taxonomy\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\ArgumentPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\argument\IndexTidDepthModifier.
* Definition of Drupal\taxonomy\Plugin\views\argument\IndexTidDepthModifier.
*/
namespace Views\taxonomy\Plugin\views\argument;
namespace Drupal\taxonomy\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\ArgumentPluginBase;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\argument\Taxonomy.
* Definition of Drupal\taxonomy\Plugin\views\argument\Taxonomy.
*/
namespace Views\taxonomy\Plugin\views\argument;
namespace Drupal\taxonomy\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\Numeric;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\argument\VocabularyMachineName.
* Definition of Drupal\taxonomy\Plugin\views\argument\VocabularyMachineName.
*/
namespace Views\taxonomy\Plugin\views\argument;
namespace Drupal\taxonomy\Plugin\views\argument;
use Drupal\views\Plugin\views\argument\String;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\argument\VocabularyVid.
* Definition of Drupal\taxonomy\Plugin\views\argument\VocabularyVid.
*/
namespace Views\taxonomy\Plugin\views\argument;
namespace Drupal\taxonomy\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\argument\Numeric;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\argument_default\Tid.
* Definition of Drupal\taxonomy\Plugin\views\argument_default\Tid.
*/
namespace Views\taxonomy\Plugin\views\argument_default;
namespace Drupal\taxonomy\Plugin\views\argument_default;
use Drupal\views\ViewExecutable;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\argument_validator\Term.
* Definition of Drupal\taxonomy\Plugin\views\argument_validator\Term.
*/
namespace Views\taxonomy\Plugin\views\argument_validator;
namespace Drupal\taxonomy\Plugin\views\argument_validator;
use Drupal\views\ViewExecutable;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\field\Language.
* Definition of Drupal\taxonomy\Plugin\views\field\Language.
*/
namespace Views\taxonomy\Plugin\views\field;
namespace Drupal\taxonomy\Plugin\views\field;
use Drupal\Core\Annotation\Plugin;
@ -19,7 +19,7 @@ use Drupal\Core\Annotation\Plugin;
class Language extends Taxonomy {
/**
* Overrides Views\taxonomy\Plugin\views\field\Taxonomy::render().
* Overrides Drupal\taxonomy\Plugin\views\field\Taxonomy::render().
*/
public function render($values) {
$value = $this->get_value($values);

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\field\LinkEdit.
* Definition of Drupal\taxonomy\Plugin\views\field\LinkEdit.
*/
namespace Views\taxonomy\Plugin\views\field;
namespace Drupal\taxonomy\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\views\ViewExecutable;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\field\Taxonomy.
* Definition of Drupal\taxonomy\Plugin\views\field\Taxonomy.
*/
namespace Views\taxonomy\Plugin\views\field;
namespace Drupal\taxonomy\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase;
use Drupal\views\ViewExecutable;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\field\TaxonomyIndexTid.
* Definition of Drupal\taxonomy\Plugin\views\field\TaxonomyIndexTid.
*/
namespace Views\taxonomy\Plugin\views\field;
namespace Drupal\taxonomy\Plugin\views\field;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\field\PrerenderList;

View File

@ -5,7 +5,7 @@
* Definition of views_handler_filter_term_node_tid.
*/
namespace Views\taxonomy\Plugin\views\filter;
namespace Drupal\taxonomy\Plugin\views\filter;
use Drupal\views\ViewExecutable;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\filter\TaxonomyIndexTidDepth.
* Definition of Drupal\taxonomy\Plugin\views\filter\TaxonomyIndexTidDepth.
*/
namespace Views\taxonomy\Plugin\views\filter;
namespace Drupal\taxonomy\Plugin\views\filter;
use Drupal\Core\Annotation\Plugin;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\filter\VocabularyMachineName.
* Definition of Drupal\taxonomy\Plugin\views\filter\VocabularyMachineName.
*/
namespace Views\taxonomy\Plugin\views\filter;
namespace Drupal\taxonomy\Plugin\views\filter;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\filter\InOperator;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\filter\VocabularyVid.
* Definition of Drupal\taxonomy\Plugin\views\filter\VocabularyVid.
*/
namespace Views\taxonomy\Plugin\views\filter;
namespace Drupal\taxonomy\Plugin\views\filter;
use Drupal\Core\Annotation\Plugin;
use Drupal\views\Plugin\views\filter\InOperator;

View File

@ -2,10 +2,10 @@
/**
* @file
* Definition of Views\taxonomy\Plugin\views\relationship\NodeTermData.
* Definition of Drupal\taxonomy\Plugin\views\relationship\NodeTermData.
*/
namespace Views\taxonomy\Plugin\views\relationship;
namespace Drupal\taxonomy\Plugin\views\relationship;
use Drupal\views\ViewExecutable;
use Drupal\views\Plugin\views\relationship\RelationshipPluginBase;

Some files were not shown because too many files have changed in this diff Show More