You are here

Functions in Taxonomy Edge 6

Primary tabs

Namesort descending Location Description Direct uses Strings
taxonomy_edge_cron ./taxonomy_edge.module Implements hook_cron(). 1
taxonomy_edge_cronapi ./taxonomy_edge.module Implements hook_cronapi(). Regularly rebuild the edge list and resort trees.
taxonomy_edge_cron_queue_info ./taxonomy_edge.module Implements hook_cron_queue_info().
taxonomy_edge_cron_rebuild ./taxonomy_edge.module Rebuild edges 1
taxonomy_edge_enable ./taxonomy_edge.install Implements hook_enable().
taxonomy_edge_form_taxonomy_overview_vocabularies_alter ./taxonomy_edge.module Hook into the overview of vocabularies to provide rebuild actions.
taxonomy_edge_get_max_depth ./taxonomy_edge.module Get max depth of a tree..
taxonomy_edge_get_parents ./taxonomy_edge.module Get parent from edge list. 1
taxonomy_edge_get_top_tid ./taxonomy_edge.module Get top term id. 1
taxonomy_edge_get_top_tids ./taxonomy_edge.module Get top term ids. 2
taxonomy_edge_get_tree ./taxonomy_edge.module Reimplementation of taxonomy_get_tree(). Limit db fetch to only specified parent. 1
taxonomy_edge_get_tree_generic ./taxonomy_edge.core.inc Reimplementation of taxonomy_get_tree(). Limit db fetch to only specified parent. 3
taxonomy_edge_get_tree_optimized ./taxonomy_edge.core.inc Reimplementation of taxonomy_get_tree(). Limit db fetch to only specified parent AND use presorting. 1
taxonomy_edge_help ./taxonomy_edge.module Implements hook_help().
taxonomy_edge_init ./taxonomy_edge.module Implements hook_init().
taxonomy_edge_install ./taxonomy_edge.install Implements hook_install().
taxonomy_edge_invalidate_order ./taxonomy_edge.module Invalidate order for a vocabulary 6
taxonomy_edge_is_build_realtime ./taxonomy_edge.module Checks if it's possible to build an edge realtime. 3
taxonomy_edge_is_order_invalid ./taxonomy_edge.module Check if our sorted tree is still valid 2
taxonomy_edge_is_order_valid ./taxonomy_edge.module Check if our sorted tree is still valid 3
taxonomy_edge_menu ./taxonomy_edge.module Implements hook_menu().
taxonomy_edge_perm ./taxonomy_edge.module Implements hook_perm().
taxonomy_edge_process_queue_item ./taxonomy_edge.module Cron queue worker Process edge for a queued term. 1
taxonomy_edge_rebuild_all_batch ./taxonomy_edge.rebuild.inc Start batch job for rebuild of edges and order 3
taxonomy_edge_rebuild_edges ./taxonomy_edge.rebuild.inc Rebuild entire edge list. 2 2
taxonomy_edge_rebuild_edges_batch ./taxonomy_edge.rebuild.inc Start batch job for rebuild of edges 1
taxonomy_edge_rebuild_finished ./taxonomy_edge.rebuild.inc Finished function for rebuild tree batch operation. 2 3
taxonomy_edge_rebuild_order ./taxonomy_edge.rebuild.inc Rebuild the sorted tree. 3 2
taxonomy_edge_rebuild_order_batch ./taxonomy_edge.rebuild.inc Start batch job for rebuild of order 1
taxonomy_edge_rebuild_page_confirm ./taxonomy_edge.admin.inc Confirmation for rebuilding trees 1
taxonomy_edge_rebuild_page_confirm_submit ./taxonomy_edge.admin.inc Submit callback; rebuild tree.
taxonomy_edge_schema ./taxonomy_edge.install Implements hook_schema().
taxonomy_edge_select_nodes ./taxonomy_edge.module Reimplementation of taxonomy_select_nodes(). Uses the Taxonomy Edge table instead of cpu/mem (mostly mem) hungry taxonomy_get_tree(). @note This function also fixes the "broken" default order by from the taxonomy_select_nodes() function, by… 2
taxonomy_edge_settings_form ./taxonomy_edge.admin.inc Form build for the settings form 1
taxonomy_edge_taxonomy ./taxonomy_edge.module Implementation of hook_taxonomy().
taxonomy_edge_taxonomy_get_tree ./taxonomy_edge.module BC wrappers after function name changes
taxonomy_edge_taxonomy_select_nodes ./taxonomy_edge.module
taxonomy_edge_taxonomy_term_count_nodes ./taxonomy_edge.module
taxonomy_edge_taxonomy_term_delete ./taxonomy_edge.module Implements hook_taxonomy_term_delete(). 1
taxonomy_edge_taxonomy_term_insert ./taxonomy_edge.module Implements hook_taxonomy_term_insert(). 1
taxonomy_edge_taxonomy_term_update ./taxonomy_edge.module Implements hook_taxonomy_term_update(). 1
taxonomy_edge_taxonomy_vocabulary_delete ./taxonomy_edge.module Implements hook_taxonomy_vocabulary_delete(). 2
taxonomy_edge_taxonomy_vocabulary_insert ./taxonomy_edge.module Implements hook_taxonomy_vocabulary_insert(). 2
taxonomy_edge_term_count_nodes ./taxonomy_edge.module Reimplementation of taxonomy_term_count_nodes(). Avoid GROUP BY and recursive calls. 1
taxonomy_edge_term_page ./taxonomy_edge.pages.inc Menu callback; displays all nodes associated with a term. 1
taxonomy_edge_theme ./taxonomy_edge.module Implements hook_theme().
taxonomy_edge_uninstall ./taxonomy_edge.install Implements hook_uninstall().
taxonomy_edge_update_6101 ./taxonomy_edge.install Update edge table with serial, vocabulary id and indexes, and add order table.
theme_taxonomy_edge_overview_vocabularies ./taxonomy_edge.theme.inc Copy of theme_taxonomy_overview_vocabularies, but with the addition of a column, and an increase in colspan.
views_taxonomy_edge_views_api views_taxonomy_edge/views_taxonomy_edge.module Implements hook_views_api().

Pages

Other projects