You are here

tagadelic_views.module in Views Tagadelic 7

File

tagadelic_views.module
View source
<?php

/**
 * Implementation of hook_views_api().
 */
function tagadelic_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'tagadelic_views'),
  );
}

Functions

Namesort descending Description
tagadelic_views_views_api Implementation of hook_views_api().