function node_rebuild

Implements hook_rebuild().

File

drupal/core/modules/node/node.module, line 82
The core module that allows content to be submitted to the site.

Code

function node_rebuild() {
  node_types_rebuild();
}