Version 1.28.2.48 (checked in on 2008/09/03 at 13:45:05 by yched)
| Name | Description |
|---|---|
| content_admin_display_overview_form | Menu callback; presents a listing of fields display settings for a content type. |
| content_admin_display_overview_form_submit | |
| content_admin_field_overview_form | Menu callback; presents a listing of fields for a content type. |
| content_admin_field_overview_form_submit | |
| content_alter_db_field | Perform adds, alters, and drops as needed to synchronize the database with new field definitions. |
| content_db_add_column | Add a column to a database table. |
| content_db_change_column | Change a column definition. |
| theme_content_admin_display_overview_form | |
| theme_content_admin_field_add_new_field_widget_type | |
| theme_content_admin_field_overview_form | Theme the field overview table by iterating through the form and rendering form elements in table cells |
| _content_admin_display_contexts | |
| _content_admin_display_overview_row | |
| _content_admin_field | Menu callback; presents the field editing page. |
| _content_admin_field_add | Menu callback; presents the form for adding a new field. |
| _content_admin_field_add_existing | |
| _content_admin_field_add_existing_submit | Add an existing field to a content type. |
| _content_admin_field_add_new | |
| _content_admin_field_add_new_submit | Create a new field for a content type. |
| _content_admin_field_add_new_validate | Field name validation for programmatic field addition that supply the field name. |
| _content_admin_field_remove | Menu callback; present a form for removing a field from a content type. |
| _content_admin_field_remove_submit | Remove a field from a content type. |
| _content_admin_field_submit | Save a field's settings after editing. |
| _content_admin_field_validate | Validate a field's settings. |
| _content_admin_type_fields | Menu callback; lists all defined fields for quick reference. |