11 calls to _taxonomy_menu_get_mlid() in Taxonomy menu 7.2
- TaxonomyMenuConfigurationTest::testTaxonomyMenuCountNodes in tests/
taxonomy_menu.test - Tests Taxonommy Menu "Node count" option.
- TaxonomyMenuConfigurationTest::testTaxonomyMenuHideEmptyTerms in tests/
taxonomy_menu.test - Tests Taxonommy Menu "Hide Empty terms" option.
- TaxonomyMenuConfigurationTest::testTaxonomyMenuSyncOption in tests/
taxonomy_menu.test - Tests Taxonommy Menu sync option.
- TaxonomyMenuConfigurationTest::testTaxonomyMenuTermDescriptionOption in tests/
taxonomy_menu.test - Tests Taxonommy Menu "Term description" option.
- TaxonomyMenuCustomPathConfigurationTest::testTaxonomyMenuCustomPathBasePathOption in taxonomy_menu_custom_paths/
tests/ taxonomy_menu_custom_paths.test - Tests if the path is correct without the depth option.
- TaxonomyMenuCustomPathConfigurationTest::testTaxonomyMenuCustomPathDepthOption in taxonomy_menu_custom_paths/
tests/ taxonomy_menu_custom_paths.test - Tests if the path is correct with both the base path and the depth option.
- TaxonomyMenuUnitTest::testTaxonomyMenuCRUD in tests/
taxonomy_menu.test - Tests CRUD functions.
- TaxonomyMenuUnitTest::testTaxonomyMenuTermsHierarchy in tests/
taxonomy_menu.test - Tests the hierarchy of menu links in a menu.
- taxonomy_menu_menu_link_load in ./
taxonomy_menu.module - Loads an existing menu link or creates an initialized one from a taxonomy term.
- taxonomy_menu_term_get_plid in ./
taxonomy_menu.module - Helper function to determine a parent mlid for a specific taxonomy term, in function of the settings of the administration pages.
- _taxonomy_menu_termapi_helper in ./
taxonomy_menu.module - Abstraction of hook_termapi_<op>().