You are here

views_xml_backend.module in Views XML Backend 7

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

File

views_xml_backend.module
View source
<?php

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

Functions

Namesort descending Description
views_xml_backend_views_api Implements hook_views_api().