plupload_admin_settings |
./plupload.module |
Admin form. |
|
1 |
plupload_imagefield_create_node_from |
./plupload.module |
Helper wrapper around the cck code to create a node of this type.
Largely copied from imagefield_import.module |
1 |
|
plupload_library_path |
./plupload.module |
Finds the path to the plupload library directory.
1. Check sites/all/libraries
2. If the library_api module exists and the appropriate APIs are available, use it.
3. Look in the module's directory. |
3 |
|
plupload_menu |
./plupload.module |
Implementation of hook_menu(). |
|
|
plupload_perm |
./plupload.module |
Implementation of hook_perm(). |
|
|
plupload_pernode |
./plupload.module |
|
|
1 |
plupload_requirements |
./plupload.install |
@file
Install, update and uninstall functions for the plupload module. |
|
|
plupload_theme |
./plupload.module |
Implementation of hook_theme(). |
|
|
plupload_upload_page |
./plupload.module |
Page callback for the bulk uploader. |
|
1 |
theme_plupload_uploader |
./plupload.module |
Theme function to return the uploader. (Once JS has it's way with it.) |
|
|
_plupload_imagefield_import_create_node |
./plupload.module |
Create a new node with an attached image file.
Largely copied from imagefield_import. |
1 |
|