function tripal_feature_preprocess_tripal_organism_feature_browser

1.x tripal_feature.module tripal_feature_preprocess_tripal_organism_feature_browser(&$variables)

Related topics

File

tripal_feature/tripal_feature.module, line 2058
@todo Add file header description

Code

function tripal_feature_preprocess_tripal_organism_feature_browser(&$variables) {
  $organism = $variables['node']->organism;
  $organism->feature_browser = tripal_feature_load_organism_feature_browser($organism);
}