function rh_profile2_rabbit_hole in Rabbit Hole 7.2
Implements hook_rabbit_hole().
File
- modules/
rh_profile2/ rh_profile2.module, line 13 - Main module file for Rabbit Hole Profile2 module.
Code
function rh_profile2_rabbit_hole() {
return array(
'rh_profile2' => array(
'entity type' => 'profile2',
'base table' => 'profile',
'view path' => '%profile2_by_uid/view',
),
);
}