Issue #1735070 by aspilicious: Fix @file blocks.
parent
1e44000f40
commit
07220921ac
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\Handler
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\area\result.
|
||||
* Definition of Drupal\views\Plugin\views\area\Result.
|
||||
*/
|
||||
|
||||
namespace Drupal\views\Plugin\views\area;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\argument\Broken
|
||||
* Definition of Drupal\views\Plugin\views\argument\Broken.
|
||||
*/
|
||||
|
||||
namespace Drupal\views\Plugin\views\argument;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\field\Broken
|
||||
* Definition of Drupal\views\Plugin\views\field\Broken.
|
||||
*/
|
||||
|
||||
namespace Drupal\views\Plugin\views\field;
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\field\FileSize
|
||||
* Definition of Drupal\views\Plugin\views\field\FileSize.
|
||||
*/
|
||||
|
||||
namespace Drupal\views\Plugin\views\field;
|
||||
|
||||
use Drupal\Core\Annotation\Plugin;
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\field\Xss
|
||||
*/
|
||||
|
||||
namespace Drupal\views\Plugin\views\field;
|
||||
|
||||
use Drupal\views\Plugin\views\field\FieldPluginBase;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\filter\Broken
|
||||
* Definition of Drupal\views\Plugin\views\filter\Broken.
|
||||
*/
|
||||
|
||||
namespace Drupal\views\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\sort\Broken
|
||||
* Definition of Drupal\views\Plugin\views\sort\Broken.
|
||||
*/
|
||||
|
||||
namespace Drupal\views\Plugin\views\sort;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\wizard\WizardException.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\views\Plugin\views\wizard\WizardInterface.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_aggregator_category_cid.
|
||||
* Definition of Views\aggregator\Plugin\views\argument\CategoryCid.
|
||||
*/
|
||||
|
||||
namespace Views\aggregator\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_aggregator_fid.
|
||||
* Definition of Views\aggregator\Plugin\views\argument\Fid.
|
||||
*/
|
||||
|
||||
namespace Views\aggregator\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_aggregator_iid.
|
||||
* Definition of Views\aggregator\Plugin\views\argument\Iid.
|
||||
*/
|
||||
|
||||
namespace Views\aggregator\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_aggregator_category.
|
||||
* Definition of Views\aggregator\Plugin\views\field\Category.
|
||||
*/
|
||||
|
||||
namespace Views\aggregator\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_aggregator_title_link.
|
||||
* Definition of Views\aggregator\Plugin\views\field\TitleLink.
|
||||
*/
|
||||
|
||||
namespace Views\aggregator\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_aggregator_xss.
|
||||
* Definition of Views\aggregator\Plugin\views\field\Xss.
|
||||
*/
|
||||
|
||||
namespace Views\aggregator\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_aggregator_category_cid.
|
||||
* Definition of Views\aggregator\Plugin\views\filter\CategoryCid.
|
||||
*/
|
||||
|
||||
namespace Views\aggregator\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains the Aggregator Item RSS row style plugin.
|
||||
* Definition of Views\aggregator\Plugin\views\row\Rss.
|
||||
*/
|
||||
|
||||
namespace Views\aggregator\Plugin\views\row;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains the book root from current node argument default plugin.
|
||||
* Definition of Views\book\Plugin\views\argument_default\Root.
|
||||
*/
|
||||
|
||||
namespace Views\book\Plugin\views\argument_default;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_comment_user_uid.
|
||||
* Definition of Views\comment\Plugin\views\argument\UserUid.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment.
|
||||
* Definition of Views\comment\Plugin\views\field\Comment.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment_depth.
|
||||
* Definition of Views\comment\Plugin\views\field\Depth.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment_link_delete.
|
||||
* Definition of Views\comment\Plugin\views\field\LinkDelete.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_last_comment_timestamp.
|
||||
* Definition of Views\comment\Plugin\views\field\LastTimestamp.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment_link.
|
||||
* Definition of Views\comment\Plugin\views\field\Link.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment_link_approve.
|
||||
* Definition of Views\comment\Plugin\views\field\LinkApprove.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment_link_edit.
|
||||
* Definition of Views\comment\Plugin\views\field\LinkEdit.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment_link_reply.
|
||||
* Definition of Views\comment\Plugin\views\field\LinkReply.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_ncs_last_comment_name.
|
||||
* Definition of Views\comment\Plugin\views\field\NcsLastCommentName.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_ncs_last_updated.
|
||||
* Definition of Views\comment\Plugin\views\field\NcsLastUpdated.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_comment.
|
||||
* Definition of Views\comment\Plugin\views\field\NodeComment.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment_node_link.
|
||||
* Definition of Views\comment\Plugin\views\field\NodeLink.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_new_comments.
|
||||
* Definition of Views\comment\Plugin\views\field\NodeNewComments.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_comment_username.
|
||||
* Definition of Views\comment\Plugin\views\field\Username.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_ncs_last_updated.
|
||||
* Definition of Views\comment\Plugin\views\filter\NcsLastUpdated.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_node_comment.
|
||||
* Definition of Views\comment\Plugin\views\filter\NodeComment.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_comment_user_uid.
|
||||
* Definition of Views\comment\Plugin\views\filter\UserUid.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains the comment RSS row style plugin.
|
||||
* Definition of Views\comment\Plugin\views\row\Rss.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\row;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains the node RSS row style plugin.
|
||||
* Definition of Views\comment\Plugin\views\row\View.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\row;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_sort_ncs_last_comment_name.
|
||||
* Definition of Views\comment\Plugin\views\sort\NcsLastCommentName.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\sort;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_sort_ncs_last_updated.
|
||||
* Definition of Views\comment\Plugin\views\sort\NcsLastUpdated.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\sort;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_sort_comment_thread.
|
||||
* Definition of Views\comment\Plugin\views\sort\Thread.
|
||||
*/
|
||||
|
||||
namespace Views\comment\Plugin\views\sort;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_contact_link.
|
||||
* Definition of Views\contact\Plugin\views\field\ContactLink.
|
||||
*/
|
||||
|
||||
namespace Views\contact\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_field_list_text.
|
||||
* Definition of Views\field\Plugin\views\argument\ListString.
|
||||
*/
|
||||
|
||||
namespace Views\field\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_field.
|
||||
* Definition of Views\field\Plugin\views\field\Field.
|
||||
*/
|
||||
|
||||
namespace Views\field\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_field_list.
|
||||
* Definition of Views\field\Plugin\views\filter\FieldList.
|
||||
*/
|
||||
|
||||
namespace Views\field\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_relationship_entity_reverse.
|
||||
* Definition of Views\field\Plugin\views\relationship\EntityReverse.
|
||||
*/
|
||||
|
||||
namespace Views\field\Plugin\views\relationship;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_file_fid.
|
||||
* Definition of Views\file\Plugin\views\argument\Fid.
|
||||
*/
|
||||
|
||||
namespace Views\file\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_file.
|
||||
* Definition of Views\file\Plugin\views\field\File.
|
||||
*/
|
||||
|
||||
namespace Views\file\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_file_filemime.
|
||||
* Definition of Views\file\Plugin\views\field\FileMime.
|
||||
*/
|
||||
|
||||
namespace Views\file\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_file_status.
|
||||
* Definition of Views\file\Plugin\views\field\Status.
|
||||
*/
|
||||
|
||||
namespace Views\file\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_file_uri.
|
||||
* Definition of Views\file\Plugin\views\field\Uri.
|
||||
*/
|
||||
|
||||
namespace Views\file\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_file_status.
|
||||
* Definition of Views\file\Plugin\views\filter\Status.
|
||||
*/
|
||||
|
||||
namespace Views\file\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_filter_format_name.
|
||||
* Definition of Views\filter\Plugin\views\field\FormatName.
|
||||
*/
|
||||
|
||||
namespace Views\filter\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_locale_language.
|
||||
* Definition of Views\locale\Plugin\views\argument\Language.
|
||||
*/
|
||||
|
||||
namespace Views\locale\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_locale_language.
|
||||
* Definition of Views\locale\Plugin\views\field\Language.
|
||||
*/
|
||||
|
||||
namespace Views\locale\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_locale_link_edit.
|
||||
* Definition of Views\locale\Plugin\views\field\LinkEdit.
|
||||
*/
|
||||
|
||||
namespace Views\locale\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_language.
|
||||
* Definition of Views\locale\Plugin\views\field\NodeLanguage.
|
||||
*/
|
||||
|
||||
namespace Views\locale\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_locale_language.
|
||||
* Definition of Views\locale\Plugin\views\filter\Language.
|
||||
*/
|
||||
|
||||
namespace Views\locale\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_node_language.
|
||||
* Definition of Views\locale\Plugin\views\filter\NodeLanguage.
|
||||
*/
|
||||
|
||||
namespace Views\locale\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_locale_version.
|
||||
* Definition of Views\locale\Plugin\views\filter\Version.
|
||||
*/
|
||||
|
||||
namespace Views\locale\Plugin\views\filter;
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Views\node\Plugin\views\argument\CreatedDay.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
||||
use Drupal\Core\Annotation\Plugin;
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Views\node\Plugin\views\argument\CreatedFullDate.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
||||
use Drupal\Core\Annotation\Plugin;
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Views\node\Plugin\views\argument\CreatedMonth.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
||||
use Drupal\Core\Annotation\Plugin;
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Views\node\Plugin\views\argument\CreatedWeek.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
||||
use Drupal\Core\Annotation\Plugin;
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Views\node\Plugin\views\argument\CreatedYear.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
||||
use Drupal\Core\Annotation\Plugin;
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Views\node\Plugin\views\argument\CreatedYearMonth.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
||||
use Drupal\Core\Annotation\Plugin;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_node_language.
|
||||
* Definition of Views\node\Plugin\views\argument\Language.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Provide node nid argument handler.
|
||||
* Definition of Views\node\Plugin\views\argument\Nid.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_node_type.
|
||||
* Definition of Views\node\Plugin\views\argument\Type.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Defintion of views_handler_argument_node_uid_revision.
|
||||
* Defintion of Views\node\Plugin\views\argument\UidRevision.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Provide node vid argument handler.
|
||||
* Definition of Views\node\Plugin\views\argument\Vid.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains the node from URL argument default plugin.
|
||||
* Definition of Views\node\Plugin\views\argument_default\Node.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument_default;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains the 'node' argument validator plugin.
|
||||
* Definition of Views\node\Plugin\views\argument_validator\Node.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\argument_validator;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_history_user_timestamp.
|
||||
* Definition of Views\node\Plugin\views\field\HistoryUserTimestamp.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_link.
|
||||
* Definition of Views\node\Plugin\views\field\Link.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_link_delete.
|
||||
* Definition of Views\node\Plugin\views\field\LinkDelete.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains the basic 'node' field handler.
|
||||
* Definition of Views\node\Plugin\views\field\Node.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Handler for node path field.
|
||||
* Defintion of Views\node\Plugin\views\field\Path.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_revision.
|
||||
* Definition of Views\node\Plugin\views\field\Revision.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_revision_link.
|
||||
* Definition of Views\node\Plugin\views\field\RevisionLink.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_revision_link_delete.
|
||||
* Definition of Views\node\Plugin\views\field\RevisionLinkDelete.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_revision_link_revert.
|
||||
* Definition of Views\node\Plugin\views\field\RevisionLinkRevert.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_node_type.
|
||||
* Definition of Views\node\Plugin\views\field\Type.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_node_access.
|
||||
* Definition of Views\node\Plugin\views\filter\Access.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_history_user_timestamp.
|
||||
* Definition of Views\node\Plugin\views\filter\HistoryUserTimestamp.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\node\Plugins\views\filter\Status
|
||||
* Definition of Views\node\Plugins\views\filter\Status.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_node_type.
|
||||
* Definition of Views\node\Plugin\views\filter\Type.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_node_uid_revision.
|
||||
* Definition of Views\node\Plugin\views\filter\UidRevision.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains the node view row style plugin.
|
||||
* Definition of Views\node\Plugin\views\row\View.
|
||||
*/
|
||||
|
||||
namespace Views\node\Plugin\views\row;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_search.
|
||||
* Definition of Views\search\Plugin\views\argument\Search.
|
||||
*/
|
||||
|
||||
namespace Views\search\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_search_score.
|
||||
* Definition of Views\search\Plugin\views\field\Score.
|
||||
*/
|
||||
|
||||
namespace Views\search\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains a search filter handler.
|
||||
* Defintion of Views\search\Plugin\views\filter\Search.
|
||||
*/
|
||||
|
||||
namespace Views\search\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_plugin_row_search_view.
|
||||
* Definition of Views\search\Plugin\views\row\View.
|
||||
*/
|
||||
|
||||
namespace Views\search\Plugin\views\row;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_sort_search_score.
|
||||
* Definition of Views\search\Plugin\views\sort\Score.
|
||||
*/
|
||||
|
||||
namespace Views\search\Plugin\views\sort;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_field_accesslog_path.
|
||||
* Definition of Views\statistics\Plugin\views\field\AccesslogPath.
|
||||
*/
|
||||
|
||||
namespace Views\statistics\Plugin\views\field;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_filter_system_type.
|
||||
* Definition of Views\system\Plugin\views\filter\Type.
|
||||
*/
|
||||
|
||||
namespace Views\system\Plugin\views\filter;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_term_node_tid.
|
||||
* Definition of Views\taxonomy\Plugin\views\argument\IndexTid.
|
||||
*/
|
||||
|
||||
namespace Views\taxonomy\Plugin\views\argument;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Definition of views_handler_argument_term_node_tid_depth.
|
||||
* Definition of Views\taxonomy\Plugin\views\argument\IndexTidDepth.
|
||||
*/
|
||||
|
||||
namespace Views\taxonomy\Plugin\views\argument;
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue