You are here

tagadelic_views.module in Views Tagadelic 6

Blank file so that module can be loaded. Can this be removed?

File

tagadelic_views.module
View 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

Namesort descending Description
tagadelic_views_views_api Implementation of hook_views_api().