00001 <?php 00007 function contact_views_data() { 00008 $data['users']['contact'] = array( 00009 'field' => array( 00010 'title' => t('Link to contact page'), 00011 'help' => t('Provide a simple link to the user contact page.'), 00012 'handler' => 'views_handler_field_contact_link', 00013 ), 00014 ); 00015 return $data; 00016 }