You are here

efq_views.module in EntityFieldQuery Views Backend 7

Same filename and directory in other branches
  1. 8 efq_views.module

File

efq_views.module
View source
<?php

// $Id$

/**
 * Implements hook_views_api().
 */
function efq_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'efq_views'),
  );
}

Functions

Namesort descending Description
efq_views_views_api Implements hook_views_api().