You are here

function imagecache_profiles_views_handlers in ImageCache Profiles 6

File

views/imagecache_profiles.views.inc, line 3

Code

function imagecache_profiles_views_handlers() {
  return array(
    'info' => array(
      'path' => drupal_get_path('module', 'imagecache_profiles') . '/views',
    ),
    'handlers' => array(
      'imagecache_profiles_handler_field_user_picture' => array(
        'parent' => 'views_handler_field_user_picture',
      ),
    ),
  );
}