You are here

function social_user_export_views_data_alter in Open Social 8.3

Same name and namespace in other branches
  1. 8 modules/social_features/social_user_export/social_user_export.module \social_user_export_views_data_alter()
  2. 8.2 modules/social_features/social_user_export/social_user_export.module \social_user_export_views_data_alter()
  3. 8.4 modules/social_features/social_user_export/social_user_export.module \social_user_export_views_data_alter()

Implements hook_views_data_alter().

File

modules/social_features/social_user_export/social_user_export.module, line 59
The Social User Export module.

Code

function social_user_export_views_data_alter(array &$data) {
  $data['users']['user_bulk_form']['field']['id'] = 'social_user_export_bulk_form';
}