You are here

20 calls to content_clear_type_cache() in Content Construction Kit (CCK) 6

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_admin_display_overview_form_submit in includes/content.admin.inc
Submit handler for the display overview form.
content_admin_field_overview_form in includes/content.admin.inc
Menu callback; listing of fields for a content type.
content_admin_field_overview_form_submit in includes/content.admin.inc
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_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_init in ./content.module
Implementation of hook_init().
content_notify in ./content.module
Modules notify Content module when uninstalled, disabled, etc.
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_update_6000 in modules/nodereference/nodereference.install
All fields must allow NULL values to indicate empty 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.
_content_admin_field_add in includes/content.admin.inc
Menu callback; presents the form for adding a new field.