views_xml_backend.module in Views XML Backend 6
Same filename and directory in other branches
File
views_xml_backend.moduleView source
<?php
/**
* Implementation of hook_views_api().
*/
function views_xml_backend_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'views_xml_backend'),
);
}
Functions
Name | Description |
---|---|
views_xml_backend_views_api | Implementation of hook_views_api(). |