You are here

function rh_taxonomy_rabbit_hole in Rabbit Hole 7.2

Implements hook_rabbit_hole().

File

modules/rh_taxonomy/rh_taxonomy.module, line 13
Main module file for Rabbit Hole taxonomy terms module.

Code

function rh_taxonomy_rabbit_hole() {
  return array(
    'rh_taxonomy' => array(
      'entity type' => 'taxonomy_term',
      'base table' => 'taxonomy_term_data',
      'view path' => 'taxonomy/term/%/view',
    ),
  );
}