• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

modules/contact.views.inc

Go to the documentation of this file.
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 }

Generated on Sun Feb 26 2012 12:52:51 for Views by  doxygen 1.7.1