views_perm.module in Views Hacks 7
Same filename and directory in other branches
File
views_perm/views_perm.moduleView source
<?php
/**
* Implementation of hook_views_api().
*/
function views_perm_views_api() {
return array(
'api' => 2.0,
);
}
Functions
Name | Description |
---|---|
views_perm_views_api | Implementation of hook_views_api(). |