You are here

anonymous_publishing_views.module in Anonymous Publishing 7

Provides integartion with the Views module.

File

modules/views/anonymous_publishing_views.module
View source
<?php

/**
 * @file
 * Provides integartion with the Views module.
 */

/**
 * Implements hook_views_api().
 */
function anonymous_publishing_views_views_api() {
  return array(
    'api' => 3,
  );
}

Functions