node_form_validate

5 node.module node_form_validate($form_id, $form_values, $form)
6 node.pages.inc node_form_validate($form, &$form_state)
7 node.pages.inc node_form_validate($form, &$form_state)
8 node.pages.inc node_form_validate($form, &$form_state)

1 string reference to 'node_form_validate'

File

modules/node/node.module, line 2052
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

function node_form_validate($form_id, $form_values, $form) {
  node_validate($form_values, $form);
}
Login or register to post comments