field_ui.admin.inc

Version 1.45 (checked in on 2010/03/03 at 08:01:42 by dries)

Administrative interface for custom field type creation.

Functions

NameDescription
field_ui_default_value_widgetBuild default value fieldset.
field_ui_display_overview_formMenu callback; presents a listing of fields display settings for a bundle.
field_ui_display_overview_form_submitSubmit handler for the display overview form.
field_ui_existing_field_optionsReturn an array of existing field to be added to a bundle.
field_ui_fields_listMenu callback; lists all defined fields for quick reference.
field_ui_field_delete_formMenu callback; present a form for removing a field from a content type.
field_ui_field_delete_form_submitRemove a field from a content type.
field_ui_field_edit_formMenu callback; presents the field instance edit page.
field_ui_field_edit_form_submitForm submit handler for field instance settings form.
field_ui_field_edit_form_validateForm validation handler for field instance settings form.
field_ui_field_edit_instance_pre_renderPre-render function for field instance settings.
field_ui_field_overview_formMenu callback; listing of fields for a bundle.
field_ui_field_overview_form_submitSubmit handler for the field overview form.
field_ui_field_overview_form_validateValidate handler for the field overview form.
field_ui_field_settings_formMenu callback; presents the field settings edit page.
field_ui_field_settings_form_submitSave a field's settings after editing.
field_ui_field_type_optionsReturn an array of field_type options.
field_ui_formatter_optionsReturn an array of formatter options for a field type.
field_ui_get_destinationsHelper functions to handle multipage redirects.
field_ui_inactive_messageHelper function to display a message about inactive fields.
field_ui_next_destinationReturn the next redirect path in a multipage sequence.
field_ui_widget_type_formMenu callback; select a widget for the field.
field_ui_widget_type_form_submitSubmit the change in widget type.
field_ui_widget_type_optionsReturn an array of widget type options for a field type.
template_preprocess_field_ui_display_overview_formTheme preprocess function for field_ui-display-overview-form.tpl.php.
template_preprocess_field_ui_field_overview_formTheme preprocess function for field_ui-field-overview-form.tpl.php.
_element_validate_integerHelper form element validator: integer.
_element_validate_integer_positiveHelper form element validator: integer > 0.
_element_validate_numberHelper form element validator: number.
_field_ui_field_overview_form_validate_add_existingHelper function for field_ui_field_overview_form_validate.
_field_ui_field_overview_form_validate_add_newHelper function for field_ui_field_overview_form_validate.
_field_ui_overview_orderHelper function to order fields when theming overview forms.