Skip to content
Snippets Groups Projects
Commit a746c55b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2406069 by martin107: Incorrect @file docs in file module

parent 17c9a2a0
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
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Contains \Drupal\file\Plugin\field\formatter\FileFormatterBase. * Contains \Drupal\file\Plugin\Field\FieldFormatter\FileFormatterBase.
*/ */
namespace Drupal\file\Plugin\Field\FieldFormatter; namespace Drupal\file\Plugin\Field\FieldFormatter;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Contains \Drupal\file\Plugin\field\formatter\GenericFileFormatter. * Contains \Drupal\file\Plugin\Field\FieldFormatter\GenericFileFormatter.
*/ */
namespace Drupal\file\Plugin\Field\FieldFormatter; namespace Drupal\file\Plugin\Field\FieldFormatter;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Contains \Drupal\file\Plugin\field\formatter\RSSEnclosureFormatter. * Contains \Drupal\file\Plugin\Field\FieldFormatter\RSSEnclosureFormatter.
*/ */
namespace Drupal\file\Plugin\Field\FieldFormatter; namespace Drupal\file\Plugin\Field\FieldFormatter;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Contains \Drupal\file\Plugin\field\formatter\TableFormatter. * Contains \Drupal\file\Plugin\Field\FieldFormatter\TableFormatter.
*/ */
namespace Drupal\file\Plugin\Field\FieldFormatter; namespace Drupal\file\Plugin\Field\FieldFormatter;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* @file * @file
* Contains \Drupal\file\Plugin\field\formatter\UrlPlainFormatter. * Contains \Drupal\file\Plugin\Field\FieldFormatter\UrlPlainFormatter.
*/ */
namespace Drupal\file\Plugin\Field\FieldFormatter; namespace Drupal\file\Plugin\Field\FieldFormatter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment