You are here

views_filters_populate.module in Views filters populate 7

Same filename and directory in other branches
  1. 8 views_filters_populate.module
  2. 6 views_filters_populate.module

File

views_filters_populate.module
View source
<?php

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

Functions

Namesort descending Description
views_filters_populate_views_api Implementation of hook_views_api().