I've just notices a systematic flaw in the @file description within the \Drupal\file\Plugin\field subdirectories.
All the errors are of the form
- * Contains \Drupal\file\Plugin\field\formatter\FileFormatterBase.
+ * Contains \Drupal\file\Plugin\Field\FieldFormatter\FileFormatterBase.
is case your eyes missed it the first time "formatter" should be FieldFormatter, and field should be capitalized.
When looking for similar errors I see some issues which attempted to fix all the documentation errors in the file module in one go, they have the status
closed won't fix.. as they got so large they got bogged down and became understandably unreviewable...
I hope this is small and sweet to review.
| Comment | File | Size | Author |
|---|---|---|---|
| FieldFormatter-0.patch | 2.85 KB | martin107 |
Comments
Comment #1
jhodgdonThanks, these all look right to me!
BETA: Simple docs fix only, unfrozen.
Comment #2
jhodgdonComment #3
alexpottDocumentation is not frozen in beta. Committed a746c55 and pushed to 8.0.x. Thanks!