function tripal_feature_preprocess_tripal_library_feature_browser

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

Preprocessor function for the Library Feature Browser

Related topics

File

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

Code

function tripal_feature_preprocess_tripal_library_feature_browser(&$variables) {
  $library = $variables['node']->library;
  $library->feature_browser = tripal_feature_load_library_feature_browser($library);
}