API page: https://api.drupal.org/api/drupal/core%21modules%21menu_ui%21menu_ui.mod...
> Submit handler for forms with menu options.
This is not a submit handler!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2799959-5.patch | 464 bytes | shashwat purav |
API page: https://api.drupal.org/api/drupal/core%21modules%21menu_ui%21menu_ui.mod...
> Submit handler for forms with menu options.
This is not a submit handler!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2799959-5.patch | 464 bytes | shashwat purav |
Comments
Comment #2
hardikpandya commentedSeems the api page is not editable. Can you guide me how can I do that?
Comment #3
joachim commentedMost pages on api.d.org are built from the code in the drupal repository. Get a git clone of that and find the file with that function in it -- the API page breadcrumb should tell you the file.
Comment #4
shashwat purav commentedComment #5
shashwat purav commentedPatch added. Fixed incorrect summary line for menu_ui_form_node_type_form_validate().
Comment #6
joachim commentedLooks good. Thanks!
Comment #7
alexpottAs a docs change this is rc eligible. Committed and pushed fdb87a9 to 8.3.x and 866ec58 to 8.2.x. Thanks!