You are here

Functions in Flash Node 5.2

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 2
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_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_validate ./flashnode.module Implementation of hook_validate
flashnode_view ./flashnode.module Implementation of hook_view
_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_filename ./flashnode.module Create a flash filename in the flash folder, or in the temporary flash folder 2
_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