protected_node_views.module in Protected Node 7
Same filename and directory in other branches
Declare the view API in use.
File
protected_node_views/protected_node_views.moduleView source
<?php
/**
* @file
* Declare the view API in use.
*/
/**
* Implements hook_views_api().
*/
function protected_node_views_views_api() {
return array(
'api' => 2,
);
}
Functions
Name | Description |
---|---|
protected_node_views_views_api | Implements hook_views_api(). |