protected_node_views.module in Protected Node 6
Declare the view API in use.
File
protected_node_views.moduleView source
<?php
/**
* @file
* Declare the view API in use.
*/
/**
* Implementation of hook_views_api().
*/
function protected_node_views_views_api() {
return array(
'api' => 2,
);
}
// vim: ts=2 sw=2 et syntax=php
Functions
Name | Description |
---|---|
protected_node_views_views_api | Implementation of hook_views_api(). |