node_type_save
Functions that call node_type_save()
| Name | Location | Description |
|---|---|---|
| node_types_rebuild | modules/node/node.module | Resets the database cache of node types, and saves all new or non-modified module-defined node types to the database. |
| node_type_form_submit | modules/node/content_types.inc | Implementation of hook_form_submit(). |
| node_type_save | modules/node/node.module | Saves a node type to the database. |
Functions called by node_type_save()
| Name | Location | Description |
|---|---|---|
| db_num_rows | includes/database.pgsql.inc | Determine how many result rows were found by the preceding query. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| module_invoke_all | includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| node_type_save | modules/node/node.module | Saves a node type to the database. |
