function hook_content_save

6.x content.api.php hook_content_save(&$content)

Functionally works the same as hook_content_load() above.

See also

hook_content_load()

1 function implements hook_content_save()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

content_content_save in modules/content/content.module
Implements hook_content_save. We will save the content object to the database.

File

modules/content/content.api.php, line 135

Code

function hook_content_save(&$content) {
}