1.20.x contact.module | contact_views_api() |
Implements hook_views_api().
File
- modules/
contact/ contact.module, line 44 - Enables the use of personal and site-wide contact forms.
Code
function contact_views_api() {
return array(
'api' => '3.0',
'path' => backdrop_get_path('module', 'contact') . '/views',
);
}