| 
					
				 | 
			
			
				@@ -38,28 +38,6 @@ function tripal_db_views_data()  { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-/** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- * 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 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- * 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- * @ingroup tripal_db_views 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-function tripal_db_views_handlers() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- return array( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   'info' => array( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-     'path' => drupal_get_path('module', 'tripal_db') . '/views/handlers', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   ), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   'handlers' => array( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-     'views_handler_field_dbxref_accession_link' => array( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-       'parent' => 'views_handler_field', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-     ), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   ), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * @ingroup tripal_db_views 
			 |