function node_form_validate

Same name and namespace in other branches
  1. 7.x drupal-7.x/modules/node/node.pages.inc \node_form_validate()
1 string reference to 'node_form_validate'
node_form in drupal-6.x/modules/node/node.pages.inc
Generate the node add/edit form array.

Archivo

drupal-6.x/modules/node/node.pages.inc, line 66
Page callbacks for adding, editing, deleting, and revisions management for content.

Código

function node_form_validate($form, &$form_state) {
  node_validate($form_state['values'], $form);
}