You are here

constant NODE_BUILD_PREVIEW in Drupal 6

3 uses of NODE_BUILD_PREVIEW
node_form in modules/node/node.pages.inc
Generate the node add/edit form array.
node_preview in modules/node/node.pages.inc
Generate a node preview.
taxonomy_link in modules/taxonomy/taxonomy.module
Implementation of hook_link().

File

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

define('NODE_BUILD_PREVIEW', 1);