1 contact.module | contact_views_api() |
Implements hook_views_api().
File
- core/
modules/ contact/ contact.module, line 45 - 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',
);
}