| 1 contact.module | contact_autoload_info() | 
Implements hook_autoload_info().
File
- core/modules/ contact/ contact.module, line 179 
- Enables the use of personal and site-wide contact forms.
Code
function contact_autoload_info() {
  return array(
    'views_handler_field_contact_link' => 'views/views_handler_field_contact_link.inc',
  );
}
