69 calls to element_children() in Drupal 7
- book_admin_edit_submit in modules/
book/ book.admin.inc - Form submission handler for book_admin_edit().
- dashboard_form_block_admin_configure_alter in modules/
dashboard/ dashboard.module - Implements hook_form_FORM_ID_alter().
- dashboard_form_block_admin_display_form_alter in modules/
dashboard/ dashboard.module - Implements hook_form_FORM_ID_alter().
- DrupalRenderTestCase::testDrupalRenderSorting in modules/
simpletest/ tests/ common.test - Test sorting by weight.
- drupal_pre_render_links in includes/
common.inc - #pre_render callback that collects child links into a single array.
- drupal_pre_render_scripts in includes/
common.inc - The #pre_render callback for the "scripts" element.
- drupal_render in includes/
common.inc - Renders HTML given a structured array tree.
- drupal_render_children in includes/
common.inc - Renders children of an element and concatenates them.
- drupal_render_collect_attached in includes/
common.inc - Collects #attached for an element and its children into a single array.
- element_get_visible_children in includes/
common.inc - Returns the visible children of an element.
- field_ui_field_edit_instance_pre_render in modules/
field_ui/ field_ui.admin.inc - Pre-render function for field instance settings.
- field_ui_table_pre_render in modules/
field_ui/ field_ui.admin.inc - Pre-render callback for field_ui_table elements.
- file_field_widget_process in modules/
file/ file.field.inc - An element #process callback for the file_generic field type.
- file_field_widget_process_multiple in modules/
file/ file.field.inc - An element #process callback for a group of file_generic fields.
- filter_process_format in modules/
filter/ filter.module - Expands an element into a base element with text format selector attached.
- FormsTestCase::assertFormValuesDefault in modules/
simpletest/ tests/ form.test - Assert that the values submitted to a form matches the default values of the elements.
- FormsTestCase::testDisabledElements in modules/
simpletest/ tests/ form.test - Test handling of disabled elements.
- form_builder in includes/
form.inc - Builds and processes all elements in the structured form array.
- form_pre_render_fieldset in includes/
form.inc - Adds members of this group as actual elements for rendering.
- forum_overview in modules/
forum/ forum.admin.inc - Form constructor for the forum overview form.
- hook_field_attach_view_alter in modules/
field/ field.api.php - Perform alterations on field_attach_view() or field_view_field().
- image_field_widget_form in modules/
image/ image.field.inc - Implements hook_field_widget_form().
- menu_overview_form in modules/
menu/ menu.admin.inc - Form for editing an entire menu tree at once.
- menu_overview_form_submit in modules/
menu/ menu.admin.inc - Submit handler for the menu overview form.
- overlay_page_alter in modules/
overlay/ overlay.module - Implements hook_page_alter().
- profile_admin_overview_submit in modules/
profile/ profile.admin.inc - Submit handler to update changed profile field weights and categories.
- rdf_field_attach_view_alter in modules/
rdf/ rdf.module - Implements hook_field_attach_view_alter().
- system_modules in modules/
system/ system.admin.inc - Menu callback; provides module enable/disable interface.
- system_theme_settings in modules/
system/ system.admin.inc - Form builder; display theme configuration for entire site and individual themes.
- template_preprocess_block_admin_display_form in modules/
block/ block.admin.inc - Processes variables for block-admin-display-form.tpl.php.
- template_preprocess_book_all_books_block in modules/
book/ book.module - Processes variables for book-all-books-block.tpl.php.
- template_preprocess_comment in modules/
comment/ comment.module - Process variables for comment.tpl.php.
- template_preprocess_node in modules/
node/ node.module - Processes variables for node.tpl.php
- template_preprocess_search_block_form in modules/
search/ search.module - Process variables for search-block-form.tpl.php.
- template_preprocess_taxonomy_term in modules/
taxonomy/ taxonomy.module - Process variables for taxonomy-term.tpl.php.
- template_preprocess_user_profile in modules/
user/ user.pages.inc - Process variables for user-profile.tpl.php.
- theme_aggregator_categorize_items in modules/
aggregator/ aggregator.pages.inc - Returns HTML for the aggregator page list form for assigning categories.
- theme_book_admin_table in modules/
book/ book.admin.inc - Returns HTML for a book administration form.
- theme_color_scheme_form in modules/
color/ color.module - Returns HTML for a theme's color form.
- theme_exposed_filters in modules/
system/ system.module - Returns HTML for an exposed filter form.
- theme_field_multiple_value_form in modules/
field/ field.form.inc - Returns HTML for an individual form element.
- theme_field_ui_table in modules/
field_ui/ field_ui.admin.inc - Returns HTML for Field UI overview tables.
- theme_file_widget_multiple in modules/
file/ file.field.inc - Returns HTML for a group of file upload widgets.
- theme_filter_admin_format_filter_order in modules/
filter/ filter.admin.inc - Returns HTML for a text format's filter order form.
- theme_filter_admin_overview in modules/
filter/ filter.admin.inc - Returns HTML for the text format administration overview form.
- theme_image_anchor in modules/
image/ image.admin.inc - Returns HTML for a 3x3 grid of checkboxes for image anchors.
- theme_image_style_effects in modules/
image/ image.admin.inc - Returns HTML for a listing of the effects within a specific image style.
- theme_locale_date_format_form in modules/
locale/ locale.admin.inc - Returns HTML for a locale date format form.
- theme_menu_overview_form in modules/
menu/ menu.admin.inc - Returns HTML for the menu overview form into a table.
- theme_node_search_admin in modules/
node/ node.module - Returns HTML for the content ranking part of the search settings admin page.
- theme_poll_choices in modules/
poll/ poll.module - Returns HTML for an admin poll form for choices.
- theme_profile_admin_overview in modules/
profile/ profile.admin.inc - Returns HTML for the profile field overview form into a drag and drop enabled table.
- theme_shortcut_set_customize in modules/
shortcut/ shortcut.admin.inc - Returns HTML for a shortcut set customization form.
- theme_simpletest_test_table in modules/
simpletest/ simpletest.pages.inc - Returns HTML for a test list generated by simpletest_test_form() into a table.
- theme_system_date_time_settings in modules/
system/ system.admin.inc - Returns HTML for the date settings form.
- theme_system_modules_fieldset in modules/
system/ system.admin.inc - Returns HTML for the modules form.
- theme_system_modules_uninstall in modules/
system/ system.admin.inc - Returns HTML for a table of currently disabled modules.
- theme_tableselect in includes/
form.inc - Returns HTML for a table with radio buttons or checkboxes.
- theme_taxonomy_overview_terms in modules/
taxonomy/ taxonomy.admin.inc - Returns HTML for a terms overview form as a sortable list of terms.
- theme_taxonomy_overview_vocabularies in modules/
taxonomy/ taxonomy.admin.inc - Returns HTML for the vocabulary overview form as a sortable list of vocabularies.
- theme_user_admin_permissions in modules/
user/ user.admin.inc - Returns HTML for the administer permissions page.
- theme_user_admin_roles in modules/
user/ user.admin.inc - Returns HTML for the role order and new role form.
- user_admin_settings in modules/
user/ user.admin.inc - Form builder; Configure user settings for this site.
- user_cancel_confirm_form in modules/
user/ user.pages.inc - Form builder; confirm form for cancelling user account.
- user_multiple_cancel_confirm in modules/
user/ user.module - _authorize_filetransfer_connection_settings_set_defaults in includes/
authorize.inc - Sets the default settings on a file transfer connection form recursively.
- _color_theme_select_form_alter in modules/
color/ color.module - Helper for hook_form_FORM_ID_alter() implementations.
- _form_validate in includes/
form.inc - Performs validation on form elements.
- _simpletest_batch_operation in modules/
simpletest/ simpletest.module - Implements callback_batch_operation().