function tripal_feature_preprocess_tripal_organism_feature_counts

2.x tripal_feature.theme.inc tripal_feature_preprocess_tripal_organism_feature_counts(&$variables, $hook)
3.x tripal_feature.theme.inc tripal_feature_preprocess_tripal_organism_feature_counts(&$variables, $hook)
1.x tripal_feature.module tripal_feature_preprocess_tripal_organism_feature_counts(&$variables)

Related topics

File

tripal_feature/theme/tripal_feature.theme.inc, line 672

Code

function tripal_feature_preprocess_tripal_organism_feature_counts(&$variables, $hook) {
  $organism = $variables['node']->organism;
  $organism->feature_counts = tripal_feature_load_organism_feature_counts($organism);
}