'views_join', 'left_field' => 'bundle', 'field' => 'name', ); // This should not be a base table. It's not useful to create a // view of the bundles. unset($data['tripal_bundle']['table']['base']); return $data; } }