You are here

smart_date_recur.views.inc in Smart Date 3.0.x

Provides views data for the smart_date_recur module.

File

modules/smart_date_recur/smart_date_recur.views.inc
View source
<?php

/**
 * @file
 * Provides views data for the smart_date_recur module.
 */

/**
 * Implements hook_field_views_data().
 */
function smart_date_recur_views_data_alter(array &$data) {
  $data['smart_date_rule']['freq']['filter']['id'] = 'recur_freq';
}

Functions