tagadelic_views.module in Views Tagadelic 6
Same filename and directory in other branches
Blank file so that module can be loaded. Can this be removed?
File
tagadelic_views.moduleView source
<?php
/**
* @file
* Blank file so that module can be loaded.
* Can this be removed?
*/
/**
* Implementation of hook_views_api().
*/
function tagadelic_views_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'tagadelic_views') . '/includes',
);
}
Functions
Name![]() |
Description |
---|---|
tagadelic_views_views_api | Implementation of hook_views_api(). |