21 calls to fp_get_files_path()

admin.module in modules/admin/admin.module
The administrative configurations for FlightPath.
admin_apply_draft_changes_perform_batch_operation in modules/admin/admin.module
batch.module in modules/batch/batch.module
batch_append_to_batch_file in modules/batch/batch.module
This will append to a file, stored in custom/files/private, which will use the batch id as its filename. If the file does not exist, it will be be created. $batch is the array returned by $content is the string contents we wish to add to the…
batch_cron in modules/batch/batch.module
Implementation of hook_cron
content.install in modules/content/content.install
content.module in modules/content/content.module
content_add_new_uploaded_file in modules/content/content.module
bool_replace_existing means should we replace an existing file (based on filename) with this new one? Instead of creating an INSERT, that is.
content_cron in modules/content/content.module
hook_cron
content_get_uploaded_file in modules/content/content.module
content_install in modules/content/content.install
Hook install. Called when the module is installed on the admin modules page.
content_public_files_form in modules/content/content.module
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/
misc.inc in includes/misc.inc
This file contains misc functions for FlightPath
stats.module in modules/stats/stats.module
This module displays statistics and reports for FlightPath
stats_download_csv_from_batch_file in modules/stats/stats.module
Lets the user download a CSV file from a completed batch, from a file created during the batch operation.
system.module in modules/system/system.module
system_ban_ip in modules/system/system.module
Adds IP address to our banned_ip list.
system_ban_ip_settings_form in modules/system/system.module
This form allows the user (an administrator) to configure how FlightPath bans IP addresses.
system_cron in modules/system/system.module
Implementation of hook_cron
system_reload_and_cache_course_inventory in modules/system/system.module
Formerly part of the FlightPath class, this function will read in or reload the course inventory into a file, which then goes into the SESSION to make it faster to access.
_fp_error_handler in includes/misc.inc
This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc.