You are here

Functions in Flash Node 5.3

Primary tabs

Namesort descending Location Description Direct uses Strings
flashnode_access ./flashnode.module Implementation of hook_access
flashnode_admin_settings ./flashnode.module Settings callback 1
flashnode_admin_settings_validate ./flashnode.module Validate flashnode_admin_settings to ensure that flashnode_max_width and flashnode_max_height are valid
flashnode_content ./flashnode.module Return the HTML string required to generate flash content, based on an array of user supplied arguments. 1
flashnode_cron ./flashnode.module Implements hook_cron (delete old temp files)
flashnode_delete ./flashnode.module Implementation of hook_delete.
flashnode_display ./flashnode.module Create the HTML for insertion of Flash using SWFTools to do the work
flashnode_file_download ./flashnode.module Implementation of hook_file_download To allow flash node to work with a private file system
flashnode_filter ./flashnode.module Implementation of hook_filter()
flashnode_filter_tips ./flashnode.module Implementation of hook_filter_tips().
flashnode_form ./flashnode.module Implementation of hook_form
flashnode_get_macros ./flashnode.module Process a macro string in to an array of keys and values. Pass the array to flashnode_content for processing and rendering in to an HTML string 1
flashnode_help ./flashnode.module Implementation of hook_help
flashnode_import ./flashnode.module Generate Flash import form The returned form varies depending on the state. It presents either a list of files available for import, or a confirmation form if some files have been selected for import 1
flashnode_import_confirm ./flashnode.module Confirmation form for user to confirm import of selected items 1
flashnode_import_confirm_submit ./flashnode.module Submit handler for import confirmation This function does the actual import of each selected file
flashnode_import_file ./flashnode.module 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 1
flashnode_import_form ./flashnode.module Form definition function to show list of files available for import 1
flashnode_insert ./flashnode.module Implementation of hook_insert 1
flashnode_install ./flashnode.install Implementation of hook_install().
flashnode_load ./flashnode.module Implementation of hook_load
flashnode_menu ./flashnode.module Implementation of hook_menu
flashnode_node_info ./flashnode.module Implementation of hook_node_info
flashnode_perm ./flashnode.module Implementation of hook_perm
flashnode_prepare ./flashnode.module Implementation of hook_prepare().
flashnode_update ./flashnode.module Implementation of hook_update
flashnode_update_1 ./flashnode.install Rename {flash} table to {flashnode} if an ealier version of flashnode was used
flashnode_update_2 ./flashnode.install Build and version no longer used with SWFTools - remove from table Only apply this to MySQL as not all Postgres version support dropping of columns
flashnode_update_3 ./flashnode.install Update filter table - rename flash to flashnode
flashnode_update_4 ./flashnode.install Update node entries - replace [flash] macros with [flashnode] Note - check for [flash|nid=] to avoid clashing with flash_filter which is a separate module!
flashnode_update_5 ./flashnode.install Update files table - rename _flash filename to _flashnode for consistency
flashnode_update_6 ./flashnode.install Add substitution column as flashnode 5.2 makes this user-definable on a per node basis
flashnode_update_7 ./flashnode.install Add flashvars and base columns as flashnode 5.2 makes these user-definable on a per node basis
flashnode_update_8 ./flashnode.install Set substitution column value to !default
flashnode_update_9 ./flashnode.install Add two additional columns in preparation for Drupal 6 Need to add fid and vid Set vid = nid, and set fid based on the entries in {files} In Drupal 6 nid will be dropped, so we need fid as of now!
flashnode_validate ./flashnode.module Implementation of hook_validate
flashnode_view ./flashnode.module Implementation of hook_view
theme_flashnode ./flashnode.module Create the HTML for insertion of Flash using SWFTools to do the work if available
theme_flashnode_import_form ./flashnode.module Theme flashnode_import_form
theme_flashnode_markup ./flashnode.module Generate fallback HTML if the SWF Tools module is not available
_flashnode_check_settings ./flashnode.module Verify that the flash folders exist and create them if they don't 2
_flashnode_db_add_column ./flashnode.install Add a column to a database using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array. 1
_flashnode_directorytoarray ./flashnode.module Helper function - recurse directories and files in to an array http://snippets.dzone.com/posts/show/155 1
_flashnode_filename ./flashnode.module Create a flash filename in the flash folder, or in the temporary flash folder 2
_flashnode_filesnotindb ./flashnode.module Return an array of files that are not currently in the {files} table 1
_flashnode_form_after_build ./flashnode.module Implementation of hook_after_build to perform some form processing 1
_flashnode_insert ./flashnode.module Move a temporary file to the flash directory and store information in {files} 1
_flashnode_migrate_from_flash ./flashnode.install If flashnode is being installed in place of flash then to Drupal it looks like the first time this module has been installed. In reality we have an existing table we want to keep with our existing flash content, so we have to simulate the update… 1
_flashnode_php_flashvars ./flashnode.module Check to see if PHP is allowed in this format, and if it is process the flashvars string through the PHP filter in case there is some code to be handled. Then the string for safe handling, but turn & back in to & as that is what flash… 2
_flashnode_update_utf8 ./flashnode.install Convert a 4.7 table to UTF-8 as part of installation as we won't get it via update.php 1

Other projects