[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/image_fupload/ -> image_fupload.module (summary)

(no description)

File Size: 391 lines (16 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 12 functions

  image_fupload_menu()
  image_node_type_load()
  image_fupload_image_status()
  image_fupload_perm()
  image_fupload_help()
  image_fupload_theme()
  fupload_filetransfer()
  fupload_empty_queue()
  theme_fupload_create_filename()
  fupload_node_form_validate()
  file_validate()
  _fupload_imagepreview_settings()

Functions
Functions that are not part of a class:

image_fupload_menu()   X-Ref
Implementation of hook_menu().


image_node_type_load($node_type, $simple_check = FALSE)   X-Ref
Menu callback; loads a image node type object


image_fupload_image_status($field_name, $status = IMAGE_UNMACHINED)   X-Ref
returns a identifier for images so that their status (current step) can easily be set


image_fupload_perm()   X-Ref
Implementation of hook_perm().


image_fupload_help($path, $arg)   X-Ref
Implementation of hook_help


image_fupload_theme()   X-Ref
Implementation of hook_theme() registry.


fupload_filetransfer()   X-Ref
No description

fupload_empty_queue($field_name)   X-Ref
No description

theme_fupload_create_filename($image, $replacements = NULL)   X-Ref
No description

fupload_node_form_validate($form, &$form_state)   X-Ref
Helper function which emulates "node_form_validate" of node.pages.inc
Need this because body causes validation error with some settings, but I don't need a body field, later yes =)


file_validate($file, $validators = array()   X-Ref
This function allows to validate a file on given $validator functions.
This code is taken from file_save_upload (D 6.4) (22.09.2008)

param: object $file
param: array $validators
return: Boolean

_fupload_imagepreview_settings($op, $node_type, $data_write = NULL)   X-Ref
This helper function lists/read/write/delete special settings for the image previewlist
depending on the node type

param: string $op
param: string $node_type
param: array $data_write
return: array or NULL



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7