function tripal_views_perm

1.x tripal_views.module tripal_views_perm()

Implements hook_views_api()

Purpose: Set the permission types that the chado module uses.

File

tripal_views/tripal_views.module, line 130

Code

function tripal_views_perm() {
  return array(
    'manage tripal_views_integration',
  );
}