You are here

constant TFT_ADMIN in Taxonomy File Tree 7

Same name and namespace in other branches
  1. 8 tft.module \TFT_ADMIN
  2. 3.x tft.module \TFT_ADMIN
3 uses of TFT_ADMIN
tft_check_vocabulary_setting in ./tft.module
Check that a valid vocabulary vid is set in the settings. Else, redirect to either the settings page (if the user has access) or the home page.
tft_menu in ./tft.module
Implementation of hook_menu().
tft_term_access in ./tft.module
Check if the user has access to the term. Will first check if the term is part of an OG term tree. If so, it will check if the user has access to the OG. If the term is not part of an OG term tree, it will check against the Tac Lite schemes.

File

./tft.module, line 10
Module hooks.

Code

define('TFT_ADMIN', 'aminister tft');