content_admin_display_overview_form |
./content_admin.inc |
Menu callback; presents a listing of fields display settings for a content type. |
|
2 |
content_admin_display_overview_form_submit |
./content_admin.inc |
|
|
|
content_admin_field_overview_form |
./content_admin.inc |
Menu callback; presents a listing of fields for a content type. |
|
1 |
content_admin_field_overview_form_submit |
./content_admin.inc |
|
|
|
content_alter_db_field |
./content_admin.inc |
Perform adds, alters, and drops as needed to synchronize the database with
new field definitions. |
13 |
|
content_clear_type_cache |
./content.module |
Clear the cache of content_types; called in several places when content
information is changed. |
19 |
|
content_copy_export |
./content_copy.module |
Process the export, get field admin forms for all requested fields
and save the form values as formatted text. |
1 |
|
content_copy_export_form |
./content_copy.module |
A form to export field definitions. |
|
1 |
content_copy_fields |
./content_copy.module |
Get all the fields for a content type. |
1 |
|
content_copy_form_alter |
./content_copy.module |
Implementation of hook_form_alter().
Intervene to run form through macro when doing export |
|
|
content_copy_get_macro |
./content_copy.module |
|
1 |
|
content_copy_groups |
./content_copy.module |
Get all the groups for a content type. |
1 |
|
content_copy_import_form |
./content_copy.module |
A form to import formatted text created with export. |
|
1 |
content_copy_import_form_submit |
./content_copy.module |
Submit handler for import form.
For each submitted field:
1) add new field to the database
2) execute the imported field macro to update the settings to the imported values |
|
|
content_copy_menu |
./content_copy.module |
Implementation of hook_menu(). |
|
|
content_copy_record_macro |
./content_copy.module |
A handler that stores the form submissions into a $GLOBALS array |
|
|
content_copy_types |
./content_copy.module |
Get all content types. |
1 |
|
content_database_info |
./content.module |
Retrieve the database storage location(s) for a field. |
20 |
|
content_db_add_column |
./content_admin.inc |
Add a column to a database table. |
1 |
|
content_db_change_column |
./content_admin.inc |
Change a column definition. |
2 |
|
content_default_value |
./content.module |
Helper function to return the correct default value for a field. |
1 |
|
content_delete |
./content.module |
Delete node type fields. |
1 |
|
content_delete_revision |
./content.module |
delete node type fields for a revision. |
1 |
|
content_devel_caches |
./content.module |
Implementation of hook_devel_caches().
Include {cache_content} in the list of tables cleared by devel's 'empty cache' |
|
|
content_devel_multiple |
./content.devel.inc |
A simple function to return multiple values for fields that use
custom multiple value widgets but don't need any other special multiple
values handling. This will call the field generation function
a random number of times and compile the… |
1 |
|
content_enable |
./content.module |
Make sure that CCK content type info is synched with node type data
any time the content module is enabled. |
|
|
content_field |
./content.module |
Implementation of hook_field(). Handles common field housekeeping. |
1 |
|
content_fields |
./content.module |
Return a list of all fields. |
31 |
|
content_field_create |
./content_crud.inc |
Create a new field. |
|
|
content_field_delete |
./content_crud.inc |
Delete an existing field. |
|
|
content_field_instance_collapse |
./content_crud.inc |
Collapse field info from field => widget to flattened form values. |
1 |
|
content_field_instance_create |
./content_crud.inc |
Create a new field instance. |
|
|
content_field_instance_delete |
./content_crud.inc |
Delete an existing field instance. |
3 |
|
content_field_instance_expand |
./content_crud.inc |
Expand field info to create field => widget info. |
|
|
content_field_instance_read |
./content_crud.inc |
Load a field instance. |
|
|
content_field_instance_update |
./content_crud.inc |
Update an existing field instance. |
|
|
content_field_read |
./content_crud.inc |
Load a field. |
|
|
content_field_update |
./content_crud.inc |
Update an existing field. |
|
|
content_filter_xss |
./content.module |
Like filter_xss_admin(), but with a shorter list of allowed tags. |
9 |
1 |
content_form |
./content.module |
Create fields' form for a content type. |
1 |
|
content_format |
./content.module |
Format a field item for display. |
6 |
|
content_form_alter |
./content.module |
Implementation of hook_form_alter(). |
|
|
content_generate_fields |
./content.devel.inc |
Enrich the $node that is about to be saved with arbitrary
information in each of its CCK fields. |
1 |
|
content_handle |
./content.module |
Helper function for determining the behaviour of a field or a widget
with respect to a given operation
(currently only used for 'view' field op and 'default value' widegt op) |
6 |
|
content_help |
./content.module |
|
|
|
content_init |
./content.module |
Implementation of hook_init(). |
|
|
content_insert |
./content.module |
Insert node type fields. |
1 |
|
content_install |
./content.install |
Implementation of hook_install(). |
|
|
content_load |
./content.module |
Load data for a node type's fields. |
1 |
|
content_menu |
./content.module |
Implementation of hook_menu(). |
|
|