uc_views.module in Ubercart Views 6
Same filename and directory in other branches
File
uc_views.moduleView source
<?php
/**
* Implementation of hook_views_api().
*/
function uc_views_views_api() {
return array(
'api' => '2.0',
'path' => drupal_get_path('module', 'uc_views') . '/views',
);
}
Functions
Name![]() |
Description |
---|---|
uc_views_views_api | Implementation of hook_views_api(). |