anonymous_publishing_views.module in Anonymous Publishing 7
Provides integartion with the Views module.
File
modules/views/anonymous_publishing_views.moduleView source
<?php
/**
* @file
* Provides integartion with the Views module.
*/
/**
* Implements hook_views_api().
*/
function anonymous_publishing_views_views_api() {
return array(
'api' => 3,
);
}
Functions
Name | Description |
---|---|
anonymous_publishing_views_views_api | Implements hook_views_api(). |