You are here

constant TAXONOMY_MANAGER_PAGER_TREE_PAGE_SIZE_DEFAULT in Taxonomy Manager 7

5 uses of TAXONOMY_MANAGER_PAGER_TREE_PAGE_SIZE_DEFAULT
taxonomy_manager_settings in ./taxonomy_manager.admin.inc
Defines a settings form.
taxonomy_manager_tree_build_form in ./taxonomy_manager.module
recursive function for building nested form array with checkboxes and weight forms for each term
_taxonomy_manager_tree_get_item in ./taxonomy_manager.module
loads tree with terms (depending on various settings)
_taxonomy_manager_tree_get_next_siblings_count in ./taxonomy_manager.module
calculates number of next siblings if using paging
_taxonomy_manager_tree_get_translated_item in ./taxonomy_manager.module
loads translated tree with terms (depending on various settings)

File

./taxonomy_manager.module, line 15
Taxonomy Manager

Code

define('TAXONOMY_MANAGER_PAGER_TREE_PAGE_SIZE_DEFAULT', 100);