Skip to content
Snippets Groups Projects
Commit 07220921 authored by Bram Goffings's avatar Bram Goffings Committed by Tim Plunkett
Browse files

Issue #1735070 by aspilicious: Fix @file blocks.

parent 1e44000f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Showing
with 23 additions and 15 deletions
<?php <?php
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\Handler * Definition of Drupal\views\Plugin\views\Handler
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\area\result. * Definition of Drupal\views\Plugin\views\area\Result.
*/ */
namespace Drupal\views\Plugin\views\area; namespace Drupal\views\Plugin\views\area;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\argument\Broken * Definition of Drupal\views\Plugin\views\argument\Broken.
*/ */
namespace Drupal\views\Plugin\views\argument; namespace Drupal\views\Plugin\views\argument;
......
<?php <?php
/** /**
* @file
* Definition of Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender. * Definition of Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender.
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\field\Broken * Definition of Drupal\views\Plugin\views\field\Broken.
*/ */
namespace Drupal\views\Plugin\views\field; namespace Drupal\views\Plugin\views\field;
......
<?php <?php
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\field\FileSize * Definition of Drupal\views\Plugin\views\field\FileSize.
*/ */
namespace Drupal\views\Plugin\views\field; namespace Drupal\views\Plugin\views\field;
use Drupal\Core\Annotation\Plugin; use Drupal\Core\Annotation\Plugin;
......
<?php <?php
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\field\Xss * Definition of Drupal\views\Plugin\views\field\Xss
*/ */
namespace Drupal\views\Plugin\views\field; namespace Drupal\views\Plugin\views\field;
use Drupal\views\Plugin\views\field\FieldPluginBase; use Drupal\views\Plugin\views\field\FieldPluginBase;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\filter\Broken * Definition of Drupal\views\Plugin\views\filter\Broken.
*/ */
namespace Drupal\views\Plugin\views\filter; namespace Drupal\views\Plugin\views\filter;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\sort\Broken * Definition of Drupal\views\Plugin\views\sort\Broken.
*/ */
namespace Drupal\views\Plugin\views\sort; namespace Drupal\views\Plugin\views\sort;
......
<?php <?php
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\wizard\WizardException. * Definition of Drupal\views\Plugin\views\wizard\WizardException.
......
<?php <?php
/** /**
* @file * @file
* Definition of Drupal\views\Plugin\views\wizard\WizardInterface. * Definition of Drupal\views\Plugin\views\wizard\WizardInterface.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of views_handler_argument_aggregator_category_cid. * Definition of Views\aggregator\Plugin\views\argument\CategoryCid.
*/ */
namespace Views\aggregator\Plugin\views\argument; namespace Views\aggregator\Plugin\views\argument;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of views_handler_argument_aggregator_fid. * Definition of Views\aggregator\Plugin\views\argument\Fid.
*/ */
namespace Views\aggregator\Plugin\views\argument; namespace Views\aggregator\Plugin\views\argument;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of views_handler_argument_aggregator_iid. * Definition of Views\aggregator\Plugin\views\argument\Iid.
*/ */
namespace Views\aggregator\Plugin\views\argument; namespace Views\aggregator\Plugin\views\argument;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of views_handler_field_aggregator_category. * Definition of Views\aggregator\Plugin\views\field\Category.
*/ */
namespace Views\aggregator\Plugin\views\field; namespace Views\aggregator\Plugin\views\field;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of views_handler_field_aggregator_title_link. * Definition of Views\aggregator\Plugin\views\field\TitleLink.
*/ */
namespace Views\aggregator\Plugin\views\field; namespace Views\aggregator\Plugin\views\field;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of views_handler_field_aggregator_xss. * Definition of Views\aggregator\Plugin\views\field\Xss.
*/ */
namespace Views\aggregator\Plugin\views\field; namespace Views\aggregator\Plugin\views\field;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Definition of views_handler_filter_aggregator_category_cid. * Definition of Views\aggregator\Plugin\views\filter\CategoryCid.
*/ */
namespace Views\aggregator\Plugin\views\filter; namespace Views\aggregator\Plugin\views\filter;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Contains the Aggregator Item RSS row style plugin. * Definition of Views\aggregator\Plugin\views\row\Rss.
*/ */
namespace Views\aggregator\Plugin\views\row; namespace Views\aggregator\Plugin\views\row;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @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; namespace Views\book\Plugin\views\argument_default;
......
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