|
Tripal 0.3b
|
Provides functions for managing chado features including creating details pages for each feature
| chado_feature_access | ( | $ | op, |
| $ | node, | ||
| $ | account | ||
| ) |
Set the permission types that the module uses.
Definition at line 121 of file tripal_feature.module.
| chado_feature_add_gbaccession | ( | $ | accession, |
| $ | feature_id | ||
| ) |
Definition at line 608 of file tripal_feature.module.
References tripal_db_set_active().
| chado_feature_add_synonyms | ( | $ | synonyms, |
| $ | feature_id | ||
| ) |
Definition at line 541 of file tripal_feature.module.
References tripal_db_set_active().
Referenced by chado_feature_insert(), and chado_feature_update().
| chado_feature_delete | ( | $ | node | ) |
Definition at line 506 of file tripal_feature.module.
References chado_get_id_for_node(), and tripal_db_set_active().
| chado_feature_form | ( | $ | node, |
| $ | param | ||
| ) |
Definition at line 670 of file tripal_feature.module.
References tripal_core_expand_chado_vars(), and tripal_db_set_active().
| chado_feature_insert | ( | $ | node | ) |
When a new chado_feature node is created we also need to add information to our chado_feature table. This function is called on insert of a new node of type 'chado_feature' and inserts the necessary information.
Definition at line 391 of file tripal_feature.module.
References chado_feature_add_synonyms(), tripal_core_chado_insert(), and tripal_core_chado_select().
| chado_feature_load | ( | $ | node | ) |
When a node is requested by the user this function is called to allow us to add auxiliary data to the node object.
Definition at line 902 of file tripal_feature.module.
References chado_get_id_for_node(), and tripal_core_generate_chado_var().
| chado_feature_update | ( | $ | node | ) |
Definition at line 451 of file tripal_feature.module.
References chado_feature_add_synonyms(), chado_get_id_for_node(), tripal_core_chado_select(), and tripal_core_chado_update().
| chado_feature_validate | ( | $ | node | ) |
Definition at line 844 of file tripal_feature.module.
References tripal_db_set_active().
| chado_feature_view | ( | $ | node, |
| $ | teaser = FALSE, |
||
| $ | page = FALSE |
||
| ) |
This function customizes the view of the chado_feature node. It allows us to generate the markup.
Definition at line 1471 of file tripal_feature.module.
| get_tripal_feature_admin_form_cleanup_set | ( | &$ | form | ) |
Definition at line 364 of file tripal_feature.admin.inc.
Referenced by tripal_feature_admin().
| get_tripal_feature_admin_form_reindex_set | ( | &$ | form | ) |
Definition at line 394 of file tripal_feature.admin.inc.
Referenced by tripal_feature_admin().
| get_tripal_feature_admin_form_sync_set | ( | &$ | form | ) |
Definition at line 466 of file tripal_feature.admin.inc.
References tripal_db_set_active(), and tripal_organism_get_synced().
Referenced by tripal_feature_admin().
| get_tripal_feature_admin_form_taxonomy_set | ( | &$ | form | ) |
Definition at line 420 of file tripal_feature.admin.inc.
Referenced by tripal_feature_admin().
| list_dbreferences_for_node | ( | $ | db_references | ) |
Definition at line 345 of file tripal_feature-db_references.inc.
Referenced by tripal_feature_add_ALL_dbreferences_page().
| list_properties_for_node | ( | $ | properties | ) |
Definition at line 338 of file tripal_feature-properties.inc.
| organism_get_synced | ( | ) |
Returns a list of organisms that are currently synced with Drupal
Definition at line 325 of file syncFeatures.php.
References tripal_db_set_active().
Referenced by tripal_feature_sync_features().
| tf_node_load | ( | $ | nid | ) |
Implements Menu wildcard_load hook Purpose: Allows the node ID of a chado feature to be dynamically pulled from the path. The node is loaded from this node ID and supplied to the page as an arguement
Definition at line 281 of file tripal_feature.module.
| theme_tripal_feature_edit_ALL_db_references_form | ( | $ | form | ) |
Definition at line 316 of file tripal_feature-db_references.inc.
| theme_tripal_feature_edit_ALL_properties_form | ( | $ | form | ) |
Definition at line 312 of file tripal_feature-properties.inc.
| theme_tripal_feature_edit_ALL_relationships_form | ( | $ | form | ) |
Definition at line 472 of file tripal_feature-relationships.inc.
| theme_tripal_feature_search_index | ( | $ | node | ) |
This function is an extension of the chado_feature_view by providing the markup for the feature object THAT WILL BE INDEXED.
Definition at line 1667 of file tripal_feature.module.
| theme_tripal_feature_search_results | ( | $ | node | ) |
This function is an extension of the chado_feature_view by providing the markup for the feature object THAT WILL BE INDEXED.
Definition at line 1696 of file tripal_feature.module.
| tripal_feature_add_ALL_dbreferences_page | ( | $ | node | ) |
Definition at line 8 of file tripal_feature-db_references.inc.
References list_dbreferences_for_node(), and tripal_feature_implement_add_chado_properties_progress().
| tripal_feature_add_ALL_relationships_page | ( | $ | node | ) |
Definition at line 9 of file tripal_feature-relationships.inc.
References tripal_feature_implement_add_chado_properties_progress().
| tripal_feature_add_ONE_dbreference_form | ( | $ | form_state, |
| $ | node | ||
| ) |
Implements Hook_form() Handles adding of Database References to features
Definition at line 28 of file tripal_feature-db_references.inc.
References tripal_db_get_db_options().
| tripal_feature_add_ONE_dbreference_form_submit | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 113 of file tripal_feature-db_references.inc.
References tripal_db_get_dbxref(), and tripal_db_set_active().
| tripal_feature_add_ONE_dbreference_form_validate | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 80 of file tripal_feature-db_references.inc.
References tripal_db_set_active().
| tripal_feature_add_ONE_property_form | ( | $ | form_state, |
| $ | node | ||
| ) |
Definition at line 27 of file tripal_feature-properties.inc.
References tripal_cv_get_cvterm_options().
| tripal_feature_add_ONE_property_form_submit | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 108 of file tripal_feature-properties.inc.
References get_max_chado_rank(), and tripal_db_set_active().
| tripal_feature_add_ONE_property_form_validate | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 74 of file tripal_feature-properties.inc.
References tripal_db_set_active().
| tripal_feature_add_ONE_relationship_form | ( | $ | form_state, |
| $ | node | ||
| ) |
Implements Hook_form() Handles adding of Relationships to Features
Definition at line 29 of file tripal_feature-relationships.inc.
References tripal_cv_get_cv_by_name(), and tripal_cv_get_cvterm_options().
| tripal_feature_add_ONE_relationship_form_submit | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 174 of file tripal_feature-relationships.inc.
| tripal_feature_add_ONE_relationship_form_validate | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 106 of file tripal_feature-relationships.inc.
References tripal_db_set_active().
| tripal_feature_add_organism_count_mview | ( | ) |
Definition at line 52 of file tripal_feature.install.
References tripal_add_mview(), tripal_mviews_action(), and tripal_mviews_get_mview_id().
Referenced by tripal_feature_install(), and tripal_feature_update_6000().
| tripal_feature_admin | ( | ) |
Definition at line 208 of file tripal_feature.admin.inc.
References get_tripal_feature_admin_form_cleanup_set(), get_tripal_feature_admin_form_reindex_set(), get_tripal_feature_admin_form_sync_set(), get_tripal_feature_admin_form_taxonomy_set(), get_tripal_feature_admin_form_url_set(), and tripal_get_module_active_jobs().
| tripal_feature_admin_validate | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 316 of file tripal_feature.admin.inc.
References $user, and tripal_add_job().
| tripal_feature_aggregator_ajax_edit | ( | ) |
Definition at line 790 of file tripal_feature.admin.inc.
| tripal_feature_aggregator_form | ( | &$ | form_state = NULL, |
| $ | type_id = NULL |
||
| ) |
Definition at line 596 of file tripal_feature.admin.inc.
References tripal_db_set_active().
| tripal_feature_aggregator_form_submit | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 720 of file tripal_feature.admin.inc.
References tripal_db_set_active().
| tripal_feature_aggregator_form_validate | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 670 of file tripal_feature.admin.inc.
References tripal_db_set_active().
| tripal_feature_aggregator_page | ( | ) |
Definition at line 546 of file tripal_feature.admin.inc.
| tripal_feature_aggregator_select_form | ( | ) |
Definition at line 559 of file tripal_feature.admin.inc.
References tripal_db_set_active().
| tripal_feature_block | ( | $ | op = 'list', |
| $ | delta = 0, |
||
| $ | edit = array() |
||
| ) |
Definition at line 295 of file tripal_feature.module.
| tripal_feature_color_sequence | ( | $ | sequence, |
| $ | parts | ||
| ) |
Definition at line 1409 of file tripal_feature.module.
Referenced by tripal_feature_load_featureloc_sequences().
| tripal_feature_cv_chart | ( | $ | chart_id | ) |
Definition at line 1619 of file tripal_feature.module.
| tripal_feature_cv_tree | ( | $ | tree_id | ) |
Definition at line 1642 of file tripal_feature.module.
References tripal_cv_get_cv_id().
| tripal_feature_del_vocabulary | ( | ) |
Definition at line 1836 of file tripal_feature.module.
Referenced by tripal_features_set_taxonomy().
| tripal_feature_delete_db_reference | ( | $ | dbxref_id | ) |
Definition at line 295 of file tripal_feature-db_references.inc.
References tripal_db_set_active().
Referenced by tripal_feature_edit_ALL_db_references_form_submit().
| tripal_feature_delete_property | ( | $ | featureprop_id | ) |
Definition at line 296 of file tripal_feature-properties.inc.
References tripal_db_set_active().
Referenced by tripal_feature_edit_ALL_properties_form_submit().
| tripal_feature_delete_relationship | ( | $ | stock_relationship_id | ) |
Definition at line 456 of file tripal_feature-relationships.inc.
Referenced by tripal_feature_edit_ALL_relationships_form_submit().
| tripal_feature_edit_ALL_db_references_form | ( | $ | form_state, |
| $ | node | ||
| ) |
Implements Hook_form() Handles adding of DB References to Features
Definition at line 168 of file tripal_feature-db_references.inc.
References tripal_db_get_db_options(), and tripal_feature_load_references().
| tripal_feature_edit_ALL_db_references_form_submit | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 242 of file tripal_feature-db_references.inc.
References tripal_feature_delete_db_reference(), and tripal_feature_update_db_reference().
| tripal_feature_edit_ALL_dbreferences_page | ( | $ | node | ) |
Definition at line 150 of file tripal_feature-db_references.inc.
| tripal_feature_edit_ALL_properties_form | ( | $ | form_state, |
| $ | node | ||
| ) |
Implements Hook_form() Handles adding of Properties for features
Definition at line 157 of file tripal_feature-properties.inc.
References tripal_cv_get_cvterm_options(), and tripal_feature_load_properties().
| tripal_feature_edit_ALL_properties_form_submit | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 226 of file tripal_feature-properties.inc.
References tripal_feature_delete_property(), and tripal_feature_update_property().
| tripal_feature_edit_ALL_properties_page | ( | $ | node | ) |
Definition at line 139 of file tripal_feature-properties.inc.
| tripal_feature_edit_ALL_relationships_form | ( | $ | form_state, |
| $ | node | ||
| ) |
Implements Hook_form() Handles adding of Properties & Synonyms to Stocks
Definition at line 215 of file tripal_feature-relationships.inc.
References tripal_cv_get_cv_by_name(), tripal_cv_get_cvterm_options(), and tripal_feature_load_relationships().
| tripal_feature_edit_ALL_relationships_form_submit | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 401 of file tripal_feature-relationships.inc.
References tripal_feature_delete_relationship(), and tripal_feature_update_relationship().
| tripal_feature_edit_ALL_relationships_form_validate | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 328 of file tripal_feature-relationships.inc.
References tripal_db_set_active().
| tripal_feature_edit_ALL_relationships_page | ( | $ | node | ) |
Definition at line 197 of file tripal_feature-relationships.inc.
| tripal_feature_get_aggregate_relationships | ( | $ | feature_id, |
| $ | substitute = 1, |
||
| $ | levels = 0, |
||
| $ | base_type_id = NULL, |
||
| $ | depth = 0 |
||
| ) |
Definition at line 1162 of file tripal_feature.module.
References tripal_feature_load_relationships().
Referenced by tripal_feature_load_featureloc_sequences(), and tripal_feature_load_featurelocs().
| tripal_feature_get_aggregate_types | ( | $ | feature_id | ) |
Definition at line 1140 of file tripal_feature.module.
References tripal_db_set_active().
| tripal_feature_get_schemas | ( | $ | table = NULL | ) |
This function simply defines all tables needed for the module to work correctly. By putting the table definitions in a separate function we can easily provide the entire list for hook_install or individual tables for an update.
Definition at line 139 of file tripal_feature.install.
Referenced by tripal_feature_schema(), and tripal_feature_update_6300().
| tripal_feature_help | ( | $ | path, |
| $ | arg | ||
| ) |
Display help and module information
| path | which path of the site we're displaying help |
| arg | array that holds the current path as would be returned from arg() function |
Definition at line 67 of file tripal_feature.module.
| tripal_feature_implement_add_chado_properties_navigate | ( | $ | form_state, |
| $ | step, | ||
| $ | nid | ||
| ) |
Definition at line 72 of file tripal_feature-secondary_tables.inc.
| tripal_feature_implement_add_chado_properties_navigate_submit | ( | $ | form, |
| $ | form_state | ||
| ) |
Definition at line 138 of file tripal_feature-secondary_tables.inc.
| tripal_feature_implement_add_chado_properties_progress | ( | $ | current | ) |
Definition at line 39 of file tripal_feature-secondary_tables.inc.
Referenced by tripal_feature_add_ALL_dbreferences_page(), tripal_feature_add_ALL_relationships_page(), and tripal_getfeature_add_ALL_property_page().
| tripal_feature_implement_back_to_feature_button | ( | $ | form_state, |
| $ | nid | ||
| ) |
Definition at line 9 of file tripal_feature-secondary_tables.inc.
| tripal_feature_implement_back_to_feature_button_submit | ( | $ | form, |
| $ | form_state | ||
| ) |
Definition at line 30 of file tripal_feature-secondary_tables.inc.
| tripal_feature_index_feature | ( | $ | feature_id, |
| $ | nid | ||
| ) |
Definition at line 130 of file indexFeatures.php.
| tripal_feature_init | ( | ) |
Definition at line 29 of file tripal_feature.module.
| tripal_feature_install | ( | ) |
Implementation of hook_install();
Definition at line 8 of file tripal_feature.install.
References tripal_create_moddir(), and tripal_feature_add_organism_count_mview().
| tripal_feature_is_obsolete_form | ( | $ | node, |
| $ | stock_id | ||
| ) |
Implements Hook_form() Handles setting the is_obsolete property of stocks
Definition at line 191 of file tripal_feature-secondary_tables.inc.
| tripal_feature_is_obsolete_form_submit | ( | $ | form, |
| &$ | form_state | ||
| ) |
Definition at line 212 of file tripal_feature-secondary_tables.inc.
| tripal_feature_job_describe_args | ( | $ | callback, |
| $ | args | ||
| ) |
Definition at line 2122 of file tripal_feature.module.
References $args, and tripal_core_chado_select().
| tripal_feature_list_relationships_for_node | ( | $ | feature_name, |
| $ | subject_relationships, | ||
| $ | object_relationships | ||
| ) |
Definition at line 503 of file tripal_feature-relationships.inc.
| tripal_feature_load_featureloc_sequences | ( | $ | feature_id, |
| $ | featurelocs | ||
| ) |
Definition at line 1221 of file tripal_feature.module.
References tripal_db_set_active(), tripal_feature_color_sequence(), tripal_feature_get_aggregate_relationships(), and tripal_feature_load_featurelocs().
| tripal_feature_load_featurelocs | ( | $ | feature_id, |
| $ | side = 'as_parent', |
||
| $ | aggregate = 1 |
||
| ) |
Definition at line 1005 of file tripal_feature.module.
References tripal_db_set_active(), and tripal_feature_get_aggregate_relationships().
Referenced by tripal_feature_load_featureloc_sequences().
| tripal_feature_load_organism | ( | $ | organism_id | ) |
Definition at line 917 of file tripal_feature.module.
References tripal_db_set_active().
| tripal_feature_load_organism_feature_browser | ( | $ | organism | ) |
Definition at line 1332 of file tripal_feature.module.
References tripal_db_set_active().
Referenced by tripal_feature_preprocess_tripal_organism_feature_browser().
| tripal_feature_load_organism_feature_counts | ( | $ | organism | ) |
Definition at line 1298 of file tripal_feature.module.
References tripal_db_set_active().
Referenced by tripal_feature_preprocess_tripal_organism_feature_counts().
| tripal_feature_load_properties | ( | $ | feature_id | ) |
Definition at line 953 of file tripal_feature.module.
References tripal_db_set_active().
Referenced by tripal_feature_edit_ALL_properties_form().
| tripal_feature_load_references | ( | $ | feature_id | ) |
Definition at line 980 of file tripal_feature.module.
References tripal_db_set_active().
Referenced by tripal_feature_edit_ALL_db_references_form().
| tripal_feature_load_relationships | ( | $ | feature_id, |
| $ | side = 'as_subject' |
||
| ) |
Definition at line 1079 of file tripal_feature.module.
References tripal_db_set_active().
Referenced by tripal_feature_edit_ALL_relationships_form(), and tripal_feature_get_aggregate_relationships().
| tripal_feature_load_synonyms | ( | $ | feature_id | ) |
Definition at line 930 of file tripal_feature.module.
References tripal_db_set_active().
| tripal_feature_menu | ( | ) |
Menu items are automatically added for the new node types created by this module to the 'Create Content' Navigation menu item. This function adds more menu items needed for this module.
$items['node/tf_node/tf_edit_properties'] = array( 'title' => t('Edit Properties'), 'description' => t('Settings for Features'), 'page callback' => 'tripal_feature_edit_ALL_properties_page', 'page arguments' => array(1), 'access arguments' => array('edit chado_feature content'), 'type' => MENU_LOCAL_TASK, 'weight' => 8, );
$items['node/tf_node/tf_edit_relationships'] = array( 'title' => t('Edit Relationships'), 'description' => t('Settings for Feature'), 'page callback' => 'tripal_feature_edit_ALL_relationships_page', 'page arguments' => array(1), 'access arguments' => array('edit chado_feature content'), 'type' => MENU_LOCAL_TASK, 'weight' => 9, );
Definition at line 150 of file tripal_feature.module.
| tripal_feature_module_description_page | ( | ) |
Purpose: Provide Guidance to new Tripal Admin
Definition at line 11 of file tripal_feature.admin.inc.
| tripal_feature_node_info | ( | ) |
Provide information to drupal about the node types that we're creating in this module
Definition at line 83 of file tripal_feature.module.
| tripal_feature_nodeapi | ( | &$ | node, |
| $ | op, | ||
| $ | teaser, | ||
| $ | page | ||
| ) |
Display feature information for associated organisms. This function also provides contents for indexing
Definition at line 1507 of file tripal_feature.module.
| tripal_feature_perm | ( | ) |
Set the permission types that the chado module uses. Essentially we want permissionis that protect creation, editing and deleting of chado data objects
Definition at line 106 of file tripal_feature.module.
| tripal_feature_preprocess_tripal_organism_feature_browser | ( | &$ | variables | ) |
Definition at line 1608 of file tripal_feature.module.
References tripal_feature_load_organism_feature_browser().
| tripal_feature_preprocess_tripal_organism_feature_counts | ( | &$ | variables | ) |
Definition at line 1598 of file tripal_feature.module.
References tripal_feature_load_organism_feature_counts().
| tripal_feature_requirements | ( | $ | phase | ) |
Implementation of hook_requirements(). Make sure 'Tripal Core' is enabled before installation
Definition at line 182 of file tripal_feature.install.
| tripal_feature_return_fasta | ( | $ | feature, |
| $ | desc | ||
| ) |
Definition at line 2110 of file tripal_feature.module.
Referenced by tripal_search_file().
| tripal_feature_schema | ( | ) |
Implementation of hook_schema().
Definition at line 102 of file tripal_feature.install.
References tripal_feature_get_schemas().
| tripal_feature_set_taxonomy | ( | $ | node, |
| $ | feature_id | ||
| ) |
Definition at line 1911 of file tripal_feature.module.
References tripal_db_set_active().
Referenced by tripal_feature_sync_feature(), tripal_features_set_taxonomy(), tripal_library_taxonify_features(), and tripal_organism_taxonify_features().
| tripal_feature_set_vocabulary | ( | ) |
Definition at line 1725 of file tripal_feature.module.
Referenced by tripal_feature_sync_features(), tripal_features_set_taxonomy(), tripal_library_taxonify_features(), and tripal_organism_taxonify_features().
| tripal_feature_sort_locations | ( | $ | a, |
| $ | b | ||
| ) |
used to sort the feature locs by start position
Definition at line 1071 of file tripal_feature.module.
| tripal_feature_sort_rel_objects | ( | $ | a, |
| $ | b | ||
| ) |
used to sort the list of relationship objects by start position
Definition at line 1391 of file tripal_feature.module.
| tripal_feature_sort_rel_parts | ( | $ | a, |
| $ | b | ||
| ) |
used to sort the list of relationship parts by start position
Definition at line 1400 of file tripal_feature.module.
| tripal_feature_sync_feature | ( | $ | feature_id | ) |
Definition at line 172 of file syncFeatures.php.
References $user, tripal_db_set_active(), tripal_feature_set_feature_url(), and tripal_feature_set_taxonomy().
Referenced by tripal_library_reindex_features(), and tripal_organism_reindex_features().
| tripal_feature_sync_features | ( | $ | max_sync = 0, |
| $ | job_id = NULL |
||
| ) |
Definition at line 76 of file syncFeatures.php.
References organism_get_synced(), tripal_db_set_active(), tripal_feature_set_vocabulary(), and tripal_job_set_progress().
| tripal_feature_theme | ( | ) |
We need to let drupal know about our theme functions and their arguments. We create theme functions to allow users of the module to customize the look and feel of the output generated in this module
Definition at line 1541 of file tripal_feature.module.
| tripal_feature_uninstall | ( | ) |
Implementation of hook_uninstall()
Definition at line 111 of file tripal_feature.install.
References tripal_mviews_action(), and tripal_mviews_get_mview_id().
| tripal_feature_update_6000 | ( | ) |
Update for Drupal 6.x, Tripal 0.2b, Feature Module 0.2 This update adjusts the materialized view by adding a 'cvterm_id' column
Definition at line 26 of file tripal_feature.install.
References $ret, and tripal_feature_add_organism_count_mview().
| tripal_feature_update_6300 | ( | ) |
Definition at line 40 of file tripal_feature.install.
References $ret, and tripal_feature_get_schemas().
| tripal_feature_update_db_reference | ( | $ | dbxref_id, |
| $ | db_id, | ||
| $ | accession | ||
| ) |
Definition at line 281 of file tripal_feature-db_references.inc.
References tripal_db_set_active().
Referenced by tripal_feature_edit_ALL_db_references_form_submit().
| tripal_feature_update_property | ( | $ | featureprop_id, |
| $ | cvterm_id, | ||
| $ | value, | ||
| $ | preferred, | ||
| $ | nid | ||
| ) |
Definition at line 251 of file tripal_feature-properties.inc.
References get_max_chado_rank(), and tripal_db_set_active().
Referenced by tripal_feature_edit_ALL_properties_form_submit().
| tripal_feature_update_relationship | ( | $ | stock_relationship_id, |
| $ | subject_id, | ||
| $ | cvterm_id, | ||
| $ | object_id | ||
| ) |
Definition at line 437 of file tripal_feature-relationships.inc.
Referenced by tripal_feature_edit_ALL_relationships_form_submit().
| tripal_feature_views_api | ( | ) |
Implements hook_views_api()
Purpose: Essentially this hook tells drupal that there is views support for for this module which then includes tripal_db.views.inc where all the views integration code is
Definition at line 48 of file tripal_feature.module.
| tripal_features_cleanup | ( | $ | dummy = NULL, |
| $ | job_id = NULL |
||
| ) |
Definition at line 2018 of file tripal_feature.module.
References tripal_db_set_active(), and tripal_job_set_progress().
| if (isset($arguments['i'])) tripal_features_reindex | ( | $ | max_sync, |
| $ | job_id = NULL |
||
| ) |
Definition at line 56 of file indexFeatures.php.
References tripal_job_set_progress().
| tripal_features_set_taxonomy | ( | $ | max_sync = 0, |
| $ | job_id = NULL |
||
| ) |
Definition at line 1870 of file tripal_feature.module.
References tripal_feature_del_vocabulary(), tripal_feature_set_taxonomy(), tripal_feature_set_vocabulary(), and tripal_job_set_progress().
| tripal_getfeature_add_ALL_property_page | ( | $ | node | ) |
Implements Hook_form() Handles adding of Properties for features
Definition at line 9 of file tripal_feature-properties.inc.
References tripal_feature_implement_add_chado_properties_progress().