efq_views.module in EntityFieldQuery Views Backend 7
Same filename and directory in other branches
File
efq_views.moduleView source
<?php
// $Id$
/**
 * Implements hook_views_api().
 */
function efq_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'efq_views'),
  );
}Functions
| 
            Name | 
                  Description | 
|---|---|
| efq_views_views_api | Implements hook_views_api(). |