You are here

function smart_date_recur_views_data_alter in Smart Date 3.0.x

Same name and namespace in other branches
  1. 3.1.x modules/smart_date_recur/smart_date_recur.views.inc \smart_date_recur_views_data_alter()
  2. 3.2.x modules/smart_date_recur/smart_date_recur.views.inc \smart_date_recur_views_data_alter()
  3. 3.3.x modules/smart_date_recur/smart_date_recur.views.inc \smart_date_recur_views_data_alter()
  4. 3.4.x modules/smart_date_recur/smart_date_recur.views.inc \smart_date_recur_views_data_alter()

Implements hook_field_views_data().

File

modules/smart_date_recur/smart_date_recur.views.inc, line 11
Provides views data for the smart_date_recur module.

Code

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