All API functions for TFT. in Taxonomy File Tree 7.2
File
- ./
tft.module, line 270 - Hook implementations and module logic for TFT.
Functions
Name | Location | Description |
---|---|---|
tft_add_term |
./ |
Add a new term and return its ID. |
tft_check_term_is_deletable |
./ |
Check if the term has no files or child terms. |
tft_content_table |
./ |
Get the folder content in HTML table format. |
tft_folder_content |
./ |
Loads the given folder content. |
tft_folder_tree |
./ |
Construct the folder tree. |
tft_get_add_content_links |
./ |
Render the add file and add folder links. |
tft_get_content |
./ |
Get the folder content and return it in an array form for the theme_table call. |
tft_get_depth |
./ |
Get the depth of the term |
tft_get_file_setting |
./ |
Get the settings for the node type used as the 'file'. |
tft_get_folder_menu_links |
./ |
Return a list of links for the folder menu. |
tft_get_parent_tid |
./ |
Get the parent tid based on a tid. |
tft_get_username |
./ |
Get the username. |
tft_item_operation_links |
./ |
Returns a list of operation links for the given item. |
tft_item_operation_links_access |
./ |
Helper function to check operation links access. |
tft_l |
./ |
Format a folder or file link. |
tft_li |
./ |
Format an <li> tag for the file explorer. |
tft_output_children |
./ |
Return the sub-tree as an unordered list. |
tft_output_tree |
./ |
Output the tree as an HTML unordered list. |
tft_term_access |
./ |
Check if the user has access to the term. |
tft_tft_item_operation_links_access |
./ |
Implements hook_tft_item_operation_links_access() |
tft_theme_add_content_links |
./ |
Helper function to render the content addition links. |
tft_theme_folder_menu_links |
./ |
Helper function to render the operation links. |
tft_theme_item_operation_links |
./ |
Helper function to render the item operation links. |
tft_tree |
./ |
Construct the folder tree recursively. |
tft_update_term |
./ |
Update the term name. |
_tft_array_weight_sort |
./ |
Helper function to sort item arrays with usort(). |