field_ui.module
Version 1.16 (checked in on 2009/11/22 at 18:20:56 by webchick)
Allows administrators to associate custom fields to fieldable types.
Functions
| Name | Description |
|---|---|
| field_ui_build_modes_tabs | Group available build modes on tabs on the 'Manage display' page. |
| field_ui_field_attach_create_bundle | Implement hook_field_attach_create_bundle(). |
| field_ui_field_attach_delete_bundle | Implement hook_field_attach_delete_bundle(). |
| field_ui_field_attach_rename_bundle | Implement hook_field_attach_rename_bundle(). |
| field_ui_field_ui_build_modes_tabs | Implement hook_field_ui_build_modes_tabs() on behalf of other core modules. |
| field_ui_form_node_type_form_alter | Add a button Save and add fields to Create content type form. |
| field_ui_form_node_type_form_submit | Redirect to manage fields form. |
| field_ui_help | Implement hook_help(). |
| field_ui_inactive_instances | Helper function to identify inactive fields within a bundle. |
| field_ui_menu | Implement hook_menu(). |
| field_ui_menu_label | Menu title callback; Return a field label based on its instance. |
| field_ui_menu_load | Menu loader; Load a field instance based on its name. |
| field_ui_theme | Implement hook_theme(). |
| _field_ui_bundle_admin_path | Helper function to create the right administration path for a bundle. |
