image_access |
./image.module |
Implementation of hook_access(). |
|
|
image_admin_settings |
./image.admin.inc |
Menu callback; Form builder function for image settings. |
|
1 |
image_admin_settings_submit |
./image.admin.inc |
Form submit handler for image admin settings form. |
|
1 |
image_admin_settings_validate |
./image.admin.inc |
Form validation handler for image admin settings form. |
|
|
image_attach_admin_settings |
contrib/image_attach/image_attach.module |
|
|
1 |
image_attach_block |
contrib/image_attach/image_attach.module |
Implementation of hook_block(). |
|
|
image_attach_content_extra_fields |
contrib/image_attach/image_attach.module |
Implementation of hook_content_extra_fields(). |
|
|
image_attach_form_alter |
contrib/image_attach/image_attach.module |
Implementation of hook_form_alter(). |
|
|
image_attach_form_node_type_form_alter |
contrib/image_attach/image_attach.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
image_attach_image_add_submit |
contrib/image_attach/image_attach.module |
Save attached image nids and rebuild form. |
|
1 |
image_attach_install |
contrib/image_attach/image_attach.install |
Implementation of hook_install(). |
|
|
image_attach_menu |
contrib/image_attach/image_attach.module |
Implementation of hook_menu() |
|
|
image_attach_nodeapi |
contrib/image_attach/image_attach.module |
Implementation of hook_nodeapi(). |
|
|
image_attach_node_form_submit |
contrib/image_attach/image_attach.module |
Extra submit handler for node forms. |
|
1 |
image_attach_perm |
contrib/image_attach/image_attach.module |
Implementation of hook_perm() |
|
|
image_attach_schema |
contrib/image_attach/image_attach.install |
Implementation of hook_schema(). |
|
|
image_attach_theme |
contrib/image_attach/image_attach.module |
Implementation of hook_theme() registry. |
|
|
image_attach_uninstall |
contrib/image_attach/image_attach.install |
Implementation of hook_uninstall(). |
|
|
image_attach_update_1 |
contrib/image_attach/image_attach.install |
Add an index to the image id field. |
|
|
image_attach_update_2 |
contrib/image_attach/image_attach.install |
Remove attach records that point to a missing image. |
|
|
image_attach_update_6100 |
contrib/image_attach/image_attach.install |
Add primary key and index on 'iid' to {image_attach} table. |
|
|
image_attach_update_6101 |
contrib/image_attach/image_attach.install |
Delete bad entry in {blocks} table due to old bug.
Next visit to blocks admin page will rehash and show the block. |
|
|
image_attach_update_6102 |
contrib/image_attach/image_attach.install |
Adjust primary key on {image_attach} to allow multiple attachments. |
|
|
image_attach_update_6103 |
contrib/image_attach/image_attach.install |
Remove erroneous data inside image_attach table, where iid = 0. |
|
|
image_attach_validate |
contrib/image_attach/image_attach.module |
Image attach validation handler for node edit form. |
|
1 |
image_attach_views_api |
contrib/image_attach/image_attach.module |
Views 2 API handler |
|
|
image_attach_views_data |
contrib/image_attach/image_attach.views.inc |
Implementation of hook_views_data(). |
|
|
image_attach_views_data_alter |
contrib/image_attach/image_attach.views.inc |
Implementation of hook_views_data_alter(). |
|
|
image_attach_views_handlers |
contrib/image_attach/image_attach.views.inc |
Implementation of hook_views_handlers(). |
|
|
image_block |
./image.module |
Implementation of hook_block. |
|
|
image_content_extra_fields |
./image.module |
Implementation of hook_content_extra_fields(). |
|
|
image_create_node_from |
./image.module |
Function to other modules to use to create image nodes. |
3 |
|
image_cron |
./image.module |
Implements hook_cron. (deletes old temp images) |
|
|
image_delete |
./image.module |
Implementation of hook_delete(). |
|
|
image_display |
./image.module |
Create an <img> tag for an image. |
11 |
|
image_fetch |
./image.module |
Fetches an image file, allows "shorthand" image urls such of the form:
image/view/$nid/$label
(e.g. image/view/25/thumbnail or image/view/14) |
|
1 |
image_file_download |
./image.module |
Implementation of hook_file_download(). |
|
|
image_form |
./image.module |
Implementation of hook_form(). |
|
|
image_form_add_thumbnail |
./image.module |
|
|
1 |
image_form_submit |
./image.module |
|
|
1 |
image_form_validate |
./image.module |
|
|
1 |
image_gallery_admin |
contrib/image_gallery/image_gallery.admin.inc |
Menu callback for gallery admin. |
|
2 |
image_gallery_admin_edit |
contrib/image_gallery/image_gallery.admin.inc |
Menu callback for editing or adding a gallery. |
|
1 |
image_gallery_admin_form |
contrib/image_gallery/image_gallery.admin.inc |
Form for editing or adding a gallery. |
|
1 |
image_gallery_admin_settings |
contrib/image_gallery/image_gallery.admin.inc |
Menu callback for settings page. |
|
1 |
image_gallery_admin_submit |
contrib/image_gallery/image_gallery.admin.inc |
Form submit handler. |
|
1 |
image_gallery_confirm_delete_form |
contrib/image_gallery/image_gallery.admin.inc |
Form for confirmation for deleting a gallery. |
|
1 |
image_gallery_confirm_delete_form_submit |
contrib/image_gallery/image_gallery.admin.inc |
Form submit handler. |
|
|
image_gallery_enable |
contrib/image_gallery/image_gallery.install |
Implementation of hook_enable(). |
|
|
image_gallery_help |
contrib/image_gallery/image_gallery.module |
Implementation of hook_help(). |
|
|