You are here

function imagecache_profiles_views_data_alter in ImageCache Profiles 7

Same name and namespace in other branches
  1. 6 views/imagecache_profiles.views.inc \imagecache_profiles_views_data_alter()

Implements hook_views_data_alter().

File

./imagecache_profiles.module, line 217

Code

function imagecache_profiles_views_data_alter(&$data) {
  $data['users']['picture']['field']['handler'] = 'imagecache_profiles_handler_field_user_picture';
}