You are here

constant TAXONOMY_EDGE_STATIC_CACHING in Taxonomy Edge 7

Same name and namespace in other branches
  1. 8 taxonomy_edge.module \TAXONOMY_EDGE_STATIC_CACHING
  2. 6 taxonomy_edge.module \TAXONOMY_EDGE_STATIC_CACHING
  3. 7.2 taxonomy_edge.module \TAXONOMY_EDGE_STATIC_CACHING

Default value for static caching.

3 uses of TAXONOMY_EDGE_STATIC_CACHING
taxonomy_edge_get_tree_generic in ./taxonomy_edge.core.inc
Reimplementation of taxonomy_get_tree().
taxonomy_edge_get_tree_optimized in ./taxonomy_edge.core.inc
Reimplementation of taxonomy_get_tree().
taxonomy_edge_settings_form in ./taxonomy_edge.admin.inc
Form build for the settings form.

File

./taxonomy_edge.module, line 35
Optimization of taxonomy data model for SQL performance.

Code

define('TAXONOMY_EDGE_STATIC_CACHING', FALSE);