8 uses of FLASHNODE_DEFAULT_PATH in Flash Node 6.3
- flashnode_admin_settings in ./
flashnode.admin.inc - @file Callback for settings page
- flashnode_import_confirm in ./
flashnode.import.inc - Confirmation form for user to confirm import of selected items
- flashnode_import_file in ./
flashnode.import.inc - Import function called by flashnode_import_confirm_submit It is called once for each file that is to be imported $file_to_import is a Drupal path to a file for import
- flashnode_import_form in ./
flashnode.import.inc - Form definition function to show list of files available for import
- flashnode_node_form_submit in ./
flashnode.module - Perform some post-processing on submitted form to populate node with data from the uploaded file
- _flashnode_check_settings in ./
flashnode.module - Verify that the flash and flash/temp directories exist and create them if they don't flash/temp is required to make the node preview function work correctly
- _flashnode_filesnotindb in ./
flashnode.import.inc - Return an array of files that are not currently in the {files} table
- _flashnode_file_move in ./
flashnode.module - Helper function: Move a new flash file flash directory Called by flashnode_insert and flashnode_update