81 calls to element_children()

AccountSettingsForm::buildForm in drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
aggregator_categorize_items in drupal/core/modules/aggregator/aggregator.pages.inc
Form constructor to build the page list form.
book_admin_edit_submit in drupal/core/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
CKEditor::settingsForm in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsForm().
drupal_pre_render_links in drupal/core/includes/common.inc
Pre-render callback: Collects child links into a single array.
drupal_pre_render_table in drupal/core/includes/theme.inc
#pre_render callback to transform children of an element into #rows suitable for theme_table().
drupal_render in drupal/core/includes/common.inc
Renders HTML given a structured array tree.
drupal_render_children in drupal/core/includes/common.inc
Renders children of an element and concatenates them.
drupal_render_collect_attached in drupal/core/includes/common.inc
Collects #attached for an element and its children into a single array.
EditFieldForm::simplify in drupal/core/modules/edit/lib/Drupal/edit/Form/EditFieldForm.php
Simplifies the field edit form for in-place editing.
editor_form_filter_admin_overview_alter in drupal/core/modules/editor/editor.module
Implements hook_form_FORM_ID_alter().
element_get_visible_children in drupal/core/includes/common.inc
Returns the visible children of an element.
EntityFormController::actionsElement in drupal/core/lib/Drupal/Core/Entity/EntityFormController.php
Returns the action form element for the current entity form.
EntityTranslationController::addTranslatabilityClue in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Adds a clue about the form element translatability.
EntityTranslationController::entityFormSharedElements in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php
Process callback: determines which elements get clue in the form.
Field::getItems in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Return an array of items for the field.
file_field_widget_multiple_count_validate in drupal/core/modules/file/file.field.inc
Validation callback for upload element on file widget. Checks if user has uploaded more files than allowed.
file_field_widget_process in drupal/core/modules/file/file.field.inc
Render API callback: Processes a file_generic field element.
file_field_widget_process_multiple in drupal/core/modules/file/file.field.inc
Render API callback: Processes a group of file_generic field elements.
file_managed_file_submit in drupal/core/modules/file/file.module
Form submission handler for upload / remove buttons of managed_file elements.
FilterPluginBase::buildExposedFiltersGroupForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Build the form to let users create the group of exposed filters. This form is displayed when users click on button 'Build group'
FilterPluginBase::showBuildGroupForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Shortcut to display the exposed options form.
filter_process_format in drupal/core/modules/filter/filter.module
Expands an element into a base element with text format selector attached.
FormTest::assertFormValuesDefault in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Assert that the values submitted to a form matches the default values of the elements.
FormTest::testDisabledElements in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Test handling of disabled elements.
form_builder in drupal/core/includes/form.inc
Builds and processes all elements in the structured form array.
form_pre_render_actions_dropbutton in drupal/core/includes/form.inc
#pre_render callback for #type 'actions'.
form_pre_render_group in drupal/core/includes/form.inc
Adds members of this group as actual elements for rendering.
form_process_table in drupal/core/includes/form.inc
#process callback for #type 'table' to add tableselect support.
forum_overview in drupal/core/modules/forum/forum.admin.inc
Form constructor for the forum overview form.
HandlerBase::showExposeForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Shortcut to display the exposed options form.
hook_field_attach_view_alter in drupal/core/modules/field/field.api.php
Perform alterations on field_attach_view() or field_view_field().
locale_translate_edit_form in drupal/core/modules/locale/locale.pages.inc
Form constructor for the string editing form.
menu_block_view_system_menu_block_alter in drupal/core/modules/menu/menu.module
Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'.
menu_overview_form_submit in drupal/core/modules/menu/menu.admin.inc
Submit handler for the menu overview form.
MessageRenderController::view in drupal/core/modules/contact/lib/Drupal/contact/MessageRenderController.php
Overrides Drupal\Core\Entity\EntityRenderController::view().
overlay_page_alter in drupal/core/modules/overlay/overlay.module
Implements hook_page_alter().
OverviewBase::tablePreRender in drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php
Performs pre-render tasks on field_ui_table elements.
rdf_field_attach_view_alter in drupal/core/modules/rdf/rdf.module
Implements hook_field_attach_view_alter().
RenderTest::testDrupalRenderSorting in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests sorting by weight.
system_modules in drupal/core/modules/system/system.admin.inc
Form constructor for the module enable/disable interface.
system_theme_settings in drupal/core/modules/system/system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
template_preprocess_aggregator_summary_items in drupal/core/modules/aggregator/aggregator.pages.inc
Prepares variables for aggregator summary templates.
template_preprocess_book_all_books_block in drupal/core/modules/book/book.module
Prepares variables for book listing block templates.
template_preprocess_comment in drupal/core/modules/comment/comment.module
Prepares variables for comment templates.
template_preprocess_item_list in drupal/core/includes/theme.inc
Preprocesses variables for theme_item_list().
template_preprocess_language_content_settings_table in drupal/core/modules/language/language.admin.inc
Implements hook_preprocess_HOOK() for theme_language_content_settings_table().
template_preprocess_node in drupal/core/modules/node/node.module
Prepares variables for node templates.
template_preprocess_taxonomy_term in drupal/core/modules/taxonomy/taxonomy.module
Prepares variables for taxonomy term templates.
template_preprocess_user in drupal/core/modules/user/user.pages.inc
Prepares variables for user templates.
theme_book_admin_table in drupal/core/modules/book/book.admin.inc
Returns HTML for a book administration form.
theme_exposed_filters in drupal/core/modules/system/system.module
Returns HTML for an exposed filter form.
theme_field_multiple_value_form in drupal/core/modules/field/field.form.inc
Returns HTML for an individual form element.
theme_field_ui_table in drupal/core/modules/field_ui/field_ui.admin.inc
Returns HTML for Field UI overview tables.
theme_file_widget_multiple in drupal/core/modules/file/file.field.inc
Returns HTML for a group of file upload widgets.
theme_image_anchor in drupal/core/modules/image/image.admin.inc
Returns HTML for a 3x3 grid of checkboxes for image anchors.
theme_image_style_effects in drupal/core/modules/image/image.admin.inc
Returns HTML for a listing of the effects within a specific image style.
theme_language_negotiation_configure_browser_form_table in drupal/core/modules/language/language.admin.inc
Theme browser configuration form as table.
theme_locale_translate_edit_form_strings in drupal/core/modules/locale/locale.pages.inc
Returns HTML for translation edit form.
theme_menu_overview_form in drupal/core/modules/menu/menu.admin.inc
Returns HTML for the menu overview form into a table.
theme_node_search_admin in drupal/core/modules/node/node.module
Returns HTML for the content ranking part of the search settings admin page.
theme_shortcut_set_customize in drupal/core/modules/shortcut/shortcut.admin.inc
Returns HTML for a shortcut set customization form.
theme_simpletest_test_table in drupal/core/modules/simpletest/simpletest.theme.inc
Returns HTML for a test list generated by simpletest_test_form() into a table.
theme_system_date_format_localize_form in drupal/core/modules/system/system.admin.inc
Returns HTML for a locale date format form.
theme_system_modules_details in drupal/core/modules/system/system.admin.inc
Returns HTML for the modules form.
theme_system_modules_uninstall in drupal/core/modules/system/system.admin.inc
Returns HTML for a table of currently disabled modules.
theme_tableselect in drupal/core/includes/form.inc
Returns HTML for a table with radio buttons or checkboxes.
theme_toolbar in drupal/core/modules/toolbar/toolbar.module
Returns HTML that wraps the administration toolbar.
theme_user_admin_permissions in drupal/core/modules/user/user.admin.inc
Returns HTML for the administer permissions page.
theme_views_ui_build_group_filter_form in drupal/core/modules/views_ui/views_ui.theme.inc
Theme the build group filter form.
theme_views_ui_style_plugin_table in drupal/core/modules/views_ui/views_ui.theme.inc
Theme the form for the table style plugin
ValidationTest::testCustomRequiredError in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests #required with custom validation errors.
ViewEditFormController::addMicroweights in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Recursively adds microweights to a render array, similar to what form_builder() does for forms.
views_ui_pre_render_add_fieldset_markup in drupal/core/modules/views_ui/admin.inc
Move form elements into details for presentation purposes.
views_ui_pre_render_flatten_data in drupal/core/modules/views_ui/admin.inc
Flattens the structure of an element containing the #flatten property.
views_ui_pre_render_move_argument_options in drupal/core/modules/views_ui/admin.inc
Moves argument options into their place.
_authorize_filetransfer_connection_settings_set_defaults in drupal/core/includes/authorize.inc
Sets the default settings on a file transfer connection form recursively.
_entity_reference_field_instance_settings_ajax_process_element in drupal/core/modules/entity_reference/entity_reference.module
Adds entity_reference specific properties to AJAX form elements from the field instance settings form.
_form_validate in drupal/core/includes/form.inc
Performs validation on form elements.
_simpletest_batch_operation in drupal/core/modules/simpletest/simpletest.module
Batch operation callback.
_translation_entity_preprocess_language_content_settings_table in drupal/core/modules/translation_entity/translation_entity.admin.inc
(proxied) Implements hook_preprocess_HOOK();