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