You are here

28 calls to content_clear_type_cache() in Content Construction Kit (CCK) 6.3

ContentCrudTestCase::acquireContentTypes in tests/content.crud.test
Creates a number of content types with predictable names (simpletest_t1 ... simpletest_tN) These content types can later be accessed via $this->content_types[0 ... N-1]
content_alter_db_cleanup in includes/content.admin.inc
Helper function for handling cleanup operations when schema changes are made.
content_copy_import_form_submit in modules/content_copy/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_disable in ./content.install
Implementation of hook_disable().
content_display_overview_form_submit in includes/content.admin.inc
Submit handler for the display overview form.
content_enable in ./content.install
Implementation of hook_enable().
content_extra_field_weight in ./content.module
Retrieve the user-defined weight for non-CCK node 'fields'.
content_field_instance_create in includes/content.crud.inc
Create a new field instance.
content_field_instance_delete in includes/content.crud.inc
Delete an existing field instance.
content_field_instance_update in includes/content.crud.inc
Update an existing field instance.
content_field_overview_form in includes/content.admin.inc
Menu callback; listing of fields for a content type.
content_field_overview_form_submit in includes/content.admin.inc
content_module_delete in includes/content.crud.inc
Delete all data related to a module.
content_multigroup_field_overview_form_validate in modules/content_multigroup/content_multigroup.admin.inc
Validation for creating/moving fields and groups on the Manage Fields screen.
content_multigroup_group_edit_form_submit in modules/content_multigroup/content_multigroup.admin.inc
Submit the Fieldgroup edit form.
content_notify in ./content.module
Modules notify Content module when uninstalled, disabled, etc.
content_type_create in includes/content.crud.inc
Make changes needed when a content type is created.
content_type_delete in includes/content.crud.inc
Make changes needed when a content type is deleted.
content_type_update in includes/content.crud.inc
Make changes needed when an existing content type is updated.
content_update_6001 in ./content.install
Rename node_field and node_field_instance tables.
content_update_6002 in ./content.install
Get rid of automatic per content tables for content types that have no fields. Switching to adding those tables only when needed.
nodereference_node_type in modules/nodereference/nodereference.module
Implementation of hook_node_types.
nodereference_update_6000 in modules/nodereference/nodereference.install
All fields must allow NULL values to indicate empty fields.
nodereference_update_6001 in modules/nodereference/nodereference.install
Create an index by node reference column for all fields.
number_update_6000 in modules/number/number.install
Rename old decimal fields, which were really floats, to float
text_update_6001 in modules/text/text.install
Set all columns to accept NULL values and set empty string values in the database to NULL.
userreference_update_6001 in modules/userreference/userreference.install
Create an index by user reference column for all fields.
userreference_update_6002 in modules/userreference/userreference.install
Convert 'referenceable_status' option from array to integer to match the change in the field settings form where the element has been changed from a checkboxes element (array) to a radios element (integer).