tagadelic_views.module in Views Tagadelic 7
Same filename and directory in other branches
File
tagadelic_views.moduleView source
<?php
/**
* Implementation of hook_views_api().
*/
function tagadelic_views_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'tagadelic_views'),
);
}
Functions
Name![]() |
Description |
---|---|
tagadelic_views_views_api | Implementation of hook_views_api(). |