t('Node operations bulk form'), 'help' => t('Add a form element that lets you run operations on multiple nodes.'), 'field' => array( 'id' => 'node_bulk_form', ), ); } /** * 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'); } }