Closed (works as designed)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2010 at 10:28 UTC
Updated:
15 Oct 2010 at 22:04 UTC
for the drupal 6 tab (and the drupal 7 tab) of the node.module page of the api documentation - http://api.drupal.org/api/drupal/modules--node--node.module/6, the function node_form is missing. It should be listed immediately before the function node_forms as it is on the drupal 5 tab. The documentation for the function itself is fine.
Comments
Comment #1
richardtmorgan commentednode_form_submit also missing (but present in Drupal 5 list)
Comment #2
richardtmorgan commentedand node_form_build_preview - I will end the list here; but there seem to be quite a few omissions.
Comment #3
jhodgdonThere is no function node_form in node.module. It is in node.pages.inc in D6. So it would not be listed on the node.module page.