function node_views_wizard

Implements hook_views_wizard().

File

drupal/core/modules/node/node.views.inc, line 733
Provide views data and handlers for node.module.

Code

function node_views_wizard() {

  // @todo: figure this piece out.
  if (module_exists('statistics')) {
    $plugins['node']['available_sorts']['node_counter-totalcount:DESC'] = t('Number of hits');
  }
}