views_ifempty.module in Views If Empty 7
Same filename and directory in other branches
File
views_ifempty.moduleView source
<?php
/**
* Implements hook_views_api().
*/
function views_ifempty_views_api() {
return array(
'api' => '3',
'path' => drupal_get_path('module', 'views_ifempty') . '/includes/views',
);
}
Functions
Name | Description |
---|---|
views_ifempty_views_api | Implements hook_views_api(). |