function tripal_phylogeny_views_handlers

2.x tripal_phylogeny.views.inc tripal_phylogeny_views_handlers()
3.x tripal_phylogeny.views.inc tripal_phylogeny_views_handlers()

Implements hook_views_handlers().

Purpose: Register all custom handlers with views where a handler describes either "the type of field", "how a field should be filtered", "how a field should be sorted"

@return: An array of handler definitions

Related topics

File

tripal_phylogeny/tripal_phylogeny.views.inc, line 19
This file contains the basic functions for views integration of chado/tripal phylogeny tables

Code

function tripal_phylogeny_views_handlers() {
  return array(

  );
}