contact.views.inc

Same filename and directory in other branches
  1. 9 core/modules/contact/contact.views.inc
  2. 8.9.x core/modules/contact/contact.views.inc
  3. 10 core/modules/contact/contact.views.inc

Provide views data for contact.module.

File

core/modules/contact/contact.views.inc

View source
<?php


/**
 * @file
 * Provide views data for contact.module.
 */

/**
 * Implements hook_views_data_alter().
 */
function contact_views_data_alter(&$data) {
    $data['users']['contact'] = [
        'field' => [
            'title' => t('Contact link'),
            'help' => t('Provide a simple link to the user contact page.'),
            'id' => 'contact_link',
        ],
    ];
}

Functions

Title Deprecated Summary
contact_views_data_alter Implements hook_views_data_alter().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.