Skip to content
Snippets Groups Projects
Commit 6a77a6bf authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #1845286 by shameemkm, purencool, webchick: Bogus reference to...

Issue #1845286 by shameemkm, purencool, webchick: Bogus reference to field_ui_field_overview_form_validate()/submit in docs.
parent 51dabf82
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
......@@ -305,8 +305,8 @@ function theme_field_ui_table($variables) {
* The processed form for the given entity type and bundle.
*
* @see field_ui_menu()
* @see field_ui_field_overview_form_validate()
* @see field_ui_field_overview_form_submit()
* @see Drupal\field_ui\FieldOverview::validate()
* @see Drupal\field_ui\FieldOverview::submit()
* @ingroup forms
*/
function field_ui_field_overview($entity_type, $bundle) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment