Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

image.module

Version

1.209.2.54 (checked in on 2008/04/18 at 00:33:34 by drewish)

Constants

Namesort iconDescription
IMAGE_LINK_HIDDEN
IMAGE_LINK_NEW
IMAGE_LINK_SHOWN
IMAGE_ORIGINAL
IMAGE_PREVIEW
IMAGE_THUMBNAIL

Functions

Namesort iconDescription
image_accessImplementation of hook_access
image_admin_settingsAdmin settings callback.
image_blockImplementation of hook_block.
image_create_node_fromFunction to other modules to use to create image nodes.
image_cronImplements hook_cron. (deletes old temp images)
image_deleteImplementation of hook_delete.
image_displayCreate an <img> tag for an image.
image_fetchFetches 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)
image_file_downloadImplementation of hook_file_download().
image_formImplementation of hook_form
image_form_add_thumbnail
image_get_derivative_sizesDetermine which sizes of derivative images need to be built for this image.
image_get_latestFetch the latest N image(s) - optionally from a given term.
image_get_randomFetch a random N image(s) - optionally from a given term.
image_get_sizesHelper function to return the defined sizes (or proper defaults).
image_helpImplementation of hook_help
image_insertImplementation of hook_insert
image_linkImplementation of hook_link.
image_loadImplementation of hook_load
image_menuImplementation of hook_menu
image_node_infoImplementation of hook_node_info
image_node_operationsImplementation of hook_node_operations().
image_operations_rebuild
image_permImplementation of hook_perm
image_prepareImplementation of hook_prepare().
image_settings_sizes_submitMake changes to the settings before passing them off to system_settings_form_submit().
image_settings_sizes_validateCheck that the sizes provided have the required amount of information.
image_submit
image_updateImplementation of hook_update
image_validate
image_viewImplementation of hook_view
theme_image_bodyTheme a body
theme_image_displayTheme an img tag for displaying the image.
theme_image_settings_sizes_form
theme_image_teaserTheme a teaser
_image_build_derivativesGenerate image derivatives.
_image_check_settingsVerify the image module and toolkit settings.
_image_filenameCreates an image filename.
_image_get_sizesHelper function to preserve backwards compatibility. This has been deprecated in favor of image_get_sizes().
_image_insertMoves temporary (working) images to the final directory and stores relevant information in the files table
_image_is_required_sizeIs a given size a built-in, required size?