You are here

function hook_blogapi_node_create in Blog API 7.2

Alter new node data before it's created via blogAPI node modification

1 invocation of hook_blogapi_node_create()
blogapi_submit_node in ./blogapi.module
Emulates node_form submission as services module does

File

./blogapi.api.php, line 56
Describe all available hooks

Code

function hook_blogapi_node_create(&$node) {
}