Project

General

Profile

« Previous | Next » 

Revision a9a297f6

Added by Andreas Kohlbecker over 3 years ago

ref #9222 fixing bug in polytomous key rendering related to single source classes and speeding up polytomous keys in general by reducing web service calls

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme
146 146
}
147 147

  
148 148
/**
149
 * @todo Please document this function.
150
 * @see http://drupal.org/node/1354
149
 * Theme function for creating a linked style representation for a polytomous key.
150
 * <p>
151
 * The linked style is the only kind of representations implemented so far.
152
 *
153
 * @ingroup theme
151 154
 */
152 155
function theme_cdm_polytomousKey_linkedStyle_subgraph($variables) {
153 156
  $polytomousKeyNode = $variables['polytomousKeyNode'];

Also available in: Unified diff