node_form_block_admin_configure_submit

function node_form_block_admin_configure_submit

node_form_block_admin_configure_submit($form, &$form_state)

Form submission handler for node_form_block_admin_configure_alter().

See also

node_form_block_admin_configure_alter()

File

modules/node/node.module, line 2452
The core that allows content to be submitted to the site. Modules and scripts may programmatically submit nodes using the usual form API pattern.

Code