file_directory_path

Related topics

Namesort iconDescription
File interfaceCommon file handling functions.

Functions that call file_directory_path()

Namesort iconLocationDescription
color_scheme_form_submitdrupal/modules/color/color.moduleSubmit handler for color change form.
drupal_get_cssdrupal/includes/common.incReturns a themed representation of all stylesheets that should be attached to the page.
drupal_get_jsdrupal/includes/common.incReturns a themed presentation of all JavaScript code for the current page.
fileupload_submitcontributions/docs/developer/examples/fileupload.moduleImplementation of hook_submit().
fileupload_viewcontributions/docs/developer/examples/fileupload.moduleImplementation of hook_view.
file_check_directorydrupal/includes/file.incCheck that the directory exists and is writable.
file_create_pathdrupal/includes/file.incMake sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
file_create_urldrupal/includes/file.incCreate the download path to a file.
file_directory_tempdrupal/includes/file.incDetermine the default temporary directory.
simpletest_clean_temporary_directoriesdrupal/modules/simpletest/simpletest.moduleFind all left over temporary directories and remove them.
system_file_system_settingsdrupal/modules/system/system.admin.incForm builder; Configure the site file handling.
system_performance_settingsdrupal/modules/system/system.admin.incForm builder; Configure site performance settings.
system_theme_settingsdrupal/modules/system/system.admin.incForm builder; display theme configuration for entire site and individual themes.
upload_menudrupal/modules/upload/upload.moduleImplementation of hook_menu().
upload_node_form_submitdrupal/modules/upload/upload.moduleSave new uploads and store them in the session to be associated to the node on upload_save.
user_admin_settingsdrupal/modules/user/user.admin.incForm builder; Configure user settings for this site.

Functions called by file_directory_path()

Namesort iconLocationDescription
conf_pathdrupal/includes/bootstrap.incFind the appropriate configuration directory.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.