You are here

function rh_field_collection_rabbit_hole in Rabbit Hole 7.2

Implements hook_rabbit_hole().

File

modules/rh_field_collection/rh_field_collection.module, line 13
Main module file for Rabbit Hole field collections module.

Code

function rh_field_collection_rabbit_hole() {
  return array(
    'rh_field_collection' => array(
      'entity type' => 'field_collection_item',
      'base table' => 'field_collection_item',
      'view path' => 'field-collection/%/view',
    ),
  );
}