constant TAXONOMY_EDGE_OPTIMIZED_GET_TREE in Taxonomy Edge 8
Same name and namespace in other branches
- 6 taxonomy_edge.module \TAXONOMY_EDGE_OPTIMIZED_GET_TREE
- 7.2 taxonomy_edge.module \TAXONOMY_EDGE_OPTIMIZED_GET_TREE
- 7 taxonomy_edge.module \TAXONOMY_EDGE_OPTIMIZED_GET_TREE
Default value for optimized tree.
2 uses of TAXONOMY_EDGE_OPTIMIZED_GET_TREE
- taxonomy_edge_get_tree in ./
taxonomy_edge.module - Reimplementation of taxonomy_get_tree(). Limit db fetch to only specified parent.
- taxonomy_edge_settings_form in ./
taxonomy_edge.admin.inc - Form build for the settings form
File
- ./
taxonomy_edge.module, line 42 - Selecting all children of a given taxonomy term can be a pain. This module makes it easier to do this, by maintaining a complete list of edges for each term using the adjecency matrix graph theory.
Code
define('TAXONOMY_EDGE_OPTIMIZED_GET_TREE', TRUE);