Field_group.field_ui.inc is a file that contains most functions needed on the Fields UI Manage forms (display and fields).

File

core/modules/field_group/field_group.field_ui.inc

Functions

Namesort descending Description
field_group_add_row Helper function to add a row in the overview forms.
field_group_configure_form Configure group on the Manage fields screen.
field_group_configure_form_submit Submit handler for field_group_configure_form().
field_group_delete_form Menu callback; present a form for removing a group.
field_group_delete_form_submit Remove group from bundle.
field_group_display_overview_row_region Returns the region to which a row in the 'Manage display' screen belongs.
field_group_field_formatter_options Return an array of field_group_formatter options.
field_group_field_info_max_weight Implements hook_field_info_max_weight().
field_group_field_overview_row_region Returns the region to which a row in the 'Manage fields' screen belongs.
field_group_field_overview_submit Submit handler for the overview screens.
field_group_field_overview_validate Validate handler for the overview screens.
field_group_field_ui_clone_field_groups Submit handler to save existing field groups from one view mode or form to another.
field_group_field_ui_clone_field_groups_validate Validate handler to validate saving existing field groups from one view mode or form to another.
field_group_field_ui_create_vertical_tabs Create vertical tabs.
field_group_field_ui_form_params Helper function to get the form parameters to use while building the fields and display overview form.
field_group_field_ui_overview_form_alter Alter the fields overview and display overview screen.
field_group_formatter_row_update Update the row so that the group variables are updated. The rendering of the elements needs the updated defaults.
field_group_formatter_settings_update Update handler for field_group configuration settings.
field_group_format_settings_form Creates a form for field_group formatters.
field_group_format_settings_label_validate Validate the label. Label is required for fieldsets that are collapsible.
field_group_format_settings_summary Creates a summary for the field format configuration summary.
field_group_format_type_form Form constructor for the format type edit page.
field_group_format_type_form_submit Form submission handler for field_group_format_type_form().
field_group_validate_css_class Validate the entered css class from the submitted format settings.
field_group_validate_id Validate the entered id attribute from the submitted format settings.
_field_group_get_admin_path Helper function to return the admin path for field UI.
_field_group_group_name_exists Render API callback: Checks if a group machine name is taken.