function theme_tripal_featuremap_search_index

1.x tripal_featuremap.module theme_tripal_featuremap_search_index($node)

This function is an extension of the chado_feature_view and chado_organism_view by providing the markup for the map object THAT WILL BE INDEXED.

Related topics

1 theme call to theme_tripal_featuremap_search_index()
tripal_featuremap_nodeapi in tripal_featuremap/tripal_featuremap.module
Implementation of hook_nodeapi(). Display map information for associated features or organisms This function also provides contents for indexing

File

tripal_featuremap/tripal_featuremap.module, line 267

Code

function theme_tripal_featuremap_search_index($node) {
}