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

- Patch #523034 by jhodgdon: better documentation for theme_fieldset.

parent 3a29ee48
Branches
Tags
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
......@@ -1562,13 +1562,14 @@ function form_get_options($element, $key) {
}
/**
* Format a group of form items.
* Formats a group of items as an HTML fieldset element.
*
* @param $element
* An associative array containing the properties of the element.
* Properties used: attributes, title, value, description, children, collapsible, collapsed
* Properties used: #attributes, #children, #collapsed, #collapsible,
* #description, #id, #title, #value.
* @return
* A themed HTML string representing the form item group.
* A themed HTML string representing the group of items.
*
* @ingroup themeable
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment