node_type_save

Functions that call node_type_save()

Namesort iconLocationDescription
node_types_rebuildmodules/node/node.moduleResets the database cache of node types, and saves all new or non-modified module-defined node types to the database.
node_type_form_submitmodules/node/content_types.incImplementation of hook_form_submit().
node_type_savemodules/node/node.moduleSaves a node type to the database.

Functions called by node_type_save()

Namesort iconLocationDescription
db_num_rowsincludes/database.pgsql.incDetermine how many result rows were found by the preceding query.
db_queryincludes/database.incRuns a basic query in the active database.
module_invoke_allincludes/module.incInvoke a hook in all enabled modules that implement it.
node_type_savemodules/node/node.moduleSaves a node type to the database.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.