Issue #2613154 by LOBsTerr, sivaji@knackforge.com: Remove node.views.inc

8.1.x
Nathaniel Catchpole 2016-02-22 10:07:21 +09:00
parent 1b5aefe848
commit 2be16d8a4e
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
<?php
/**
* @file
* Provide views data for node.module.
*/
/**
* Implements hook_views_wizard().
*/
function node_views_wizard() {
// @todo: figure this piece out.
if (\Drupal::moduleHandler()->moduleExists('statistics')) {
$plugins['node']['available_sorts']['node_counter-totalcount:DESC'] = t('Number of hits');
}
}