function tripal_core_perm

1.x tripal_core.module tripal_core_perm()

Set the permission types that the chado module uses. Essentially we want permissionis that protect creation, editing and deleting of chado data objects

Related topics

File

tripal_core/tripal_core.module, line 290
The Tripal Core module

Code

function tripal_core_perm() {
  return array('install chado');
}