You are here

Functions in Web File Manager 5

Primary tabs

Namesort descending Location Description Direct uses Strings
recurse_build_tree ./webfm.module 1
theme_webfm_attachments ./webfm.module Displays file attachments in table
theme_webfm_attach_attached_form ./webfm.module Theme the attachment form. Note: required to output prefix/suffix.
theme_webfm_upload_form ./webfm.module Theme the attachment form. Note: required to output prefix/suffix.
webfm_admin_settings ./webfm.module Implementation of hook_settings(). 1
webfm_admin_settings_validate ./webfm.module Form API callback to validate the webfm settings form.
webfm_ajax ./webfm.module Ajax post requests 1
webfm_attach_attached_form ./webfm.module 1 1
webfm_attach_box ./webfm.module Get and theme node attachments 1
webfm_block ./webfm.module Implementation of hook_block().
webfm_check_attach_order ./webfm.module webfm_check_attach_order - checks to see if the new order of the fids is the same as the old order stored in the database 1
webfm_check_path ./webfm.module Helper function to check for root path at base of input path 2
webfm_cron ./webfm.module Implementation of hook_cron(). 2
webfm_dbdelete_attach ./webfm.module webfm_dbdelete_attach - deletes node file associations given a nid and fid
webfm_dbdelete_attachments ./webfm.module webfm_dbdelete_attachments - deletes a nodes file associations. 1
webfm_dbdelete_file ./webfm.module webfm_dbdelete_file - Deletes all database references to a file given and fid Calling this function will delete the file from the webfm_file table AS WELL AS the webfm_attach table therefore any nodes that have this file attached to them will lose… 2
webfm_dbinsert_attach ./webfm.module webfm_dbinsert_attach - inserts nid, fid and weight to webfm_attach table (similar to files table) 2
webfm_dbinsert_file ./webfm.module webfm_dbinsert_file - inserts a file object into the webfm_file table 4
webfm_dbupdate_attach ./webfm.module webfm_dbupdate_attach - updates the files in the webfm_attach table IF the order 1
webfm_dbupdate_file ./webfm.module webfm_dbupdate_file - updates information about a file 4
webfm_db_placeholders ./webfm.module 1
webfm_db_type_placeholder ./webfm.module Return file descriptors for an attachment that have not yet been saved. This happens on previewing posts. 1
webfm_default_file_perm ./webfm.module Helper function to set default file permissions 1
webfm_delete_dir_recur ./webfm_file.inc webfm_delete_dir_recur - called from the ajax action - switch case 'delete': 1
webfm_delete_file ./webfm_file.inc 1
webfm_enum_validate ./webfm.module 2
webfm_file_att_access ./webfm.module 1
webfm_file_mod_access ./webfm.module Helper function to determine if a webfm_file record is modifiable by a user with 'access webfm' 4
webfm_file_view_access ./webfm.module Helper function to determine if a webfm_file record is viewable by a user with 'access webfm' 3
webfm_form_alter ./webfm.module Implementation of hook_form_alter().
webfm_get_access_roles ./webfm.module Helper function to get array of role root directories for a user 2
webfm_get_attachments ./webfm.module 3
webfm_get_date_format ./webfm.module Helper function to get date format string 1
webfm_get_extensions_regex ./webfm.module 3
webfm_get_fid ./webfm.module Given a file path this function returns fid from the webfm file table 2
webfm_get_file_record ./webfm.module Given a file id or file path this function returns webfm_file table record 9
webfm_get_mime_type ./webfm_mime_types.inc 1
webfm_get_root_dirs ./webfm.module 2
webfm_get_root_path ./webfm.module Helper function to get root path of webfm 3
webfm_get_temp_attachments ./webfm.module 2
webfm_help ./webfm.module Implementation of hook_help().
webfm_inline_js ./webfm.module Inline javascript Function to pass base_url, icon directory, debug and cleanurl flags 3
webfm_insert_dir ./webfm_file.inc webfm_insert_dir - inserts files into the webfm_file table 1
webfm_insert_file ./webfm_file.inc webfm_insert_file - inserts a file into the webfm_file table 2
webfm_install ./webfm.install Implementation of hook_install().
webfm_json ./webfm.module Return data in JSON format. 1
webfm_link ./webfm.module Implementation of hook_link().
webfm_links ./webfm.module 1
webfm_main ./webfm.module Main file manager function 1
webfm_menu ./webfm.module Implementation of hook_menu().

Pages

Other projects