Project

General

Profile

« Previous | Next » 

Revision 8938d9a0

Added by Andreas Kohlbecker almost 6 years ago

method doc

View differences:

modules/cdm_dataportal/includes/taxon.inc
579 579
}
580 580

  
581 581

  
582
/**
583
 * Compose function for the taxonomic children
584
 *
585
 * @param $taxon_uuid
586
 *    The uuuid of the taxon to compose the list of taxonomic children for
587
 * @return
588
 *   A drupal render array.
589
 *
590
 * @ingroup compose
591
 */
582 592
function compose_taxonomic_children($taxon_uuid){
583 593

  
584 594
  $render_array = array();

Also available in: Unified diff