Closed (fixed)
Project:
Drupal core
Version:
9.1.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Dec 2018 at 18:56 UTC
Updated:
13 Aug 2020 at 08:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
avpadernoI would also add an article in Any module harnessing Workflows module must define a Workflow Type Plugin.
It should be Any module harnessing the Workflows module must define a Workflow Type Plugin.
Comment #3
govind.maloo commentedComment #4
oknateLines containing comments (including docblocks) must wrap as close to 80 characters as possible without going over.
This line is now 81 characters.
* Any module harnessing the Workflows module must define a Workflow Type Plugin.Comment #5
oknateHere's an updated patch that fixes the line length.
Comment #6
mayaslatinek commentedTested the patch provided by @oknate, the patch applies without problems, fixes the wrapping and article placement.
Comment #7
avpaderno+ * plugin. This allows the module to tailor the workflow to its specificThere are two spaces after the period.
Then, it should be Workflow Type Plugin or workflow type plugin. Workflow Type plugin should not be used.
Comment #8
avpadernoComment #9
rajeevchoudhary commentedTested the patch provided by @kiamlaluno, the patch applies without problems, fixes the spaces after the period.
Comment #10
oknateI would think that "Workflow Type" being the proper name of the plugin should be capitalized and that plugin, which is the not part of the name shouldn't be capitalized. I see it's used two other places including the "Plugin" capitalized, so I guess for consistency it's fine.
Comment #11
avpadernoActually, Workflow Type is not a proper noun, since it doesn't individuate a very specific plugin, or a single plugin. (It would individuate a class of plugins.) Making the example with projects, module is a common noun and Views (to mean the Views module) is a proper noun.
It's common in Drupal to use capitalized word in those cases, so I left them as they are. Differently, I would use Workflow plugin type, in the same way I would use form API instead of Form API I found in many Drupal documentation pages.
Comment #12
volkswagenchickTagging for upcoming contribution days.
Comment #13
volkswagenchickComment #17
papagrandeLooks good to me.
Comment #19
catchCommitted 537e190 and pushed to 9.1.x. Thanks!