You are here

Functions in Image Field Caption 7

Primary tabs

Namesort descending Location Description Direct uses Strings
image_field_captions_allowed_tags ./image_field_caption.module Returns a comma separated list of default allowed html tags for captions. This matches the default allowed tags parameters for the filter_xss function. 4
image_field_caption_file_delete ./image_field_caption.module Implements hook_file_delete().
image_field_caption_file_load ./image_field_caption.module Implements hook_file_load().
image_field_caption_form_alter ./image_field_caption.module Implements hook_form_alter().
image_field_caption_form_element_after_build ./image_field_caption.module An #after_build callback for image fields. Attaches the caption textarea to the image field form element. 1
image_field_caption_form_submit_handler ./image_field_caption.module A #submit callback for node forms with image fields. 1
image_field_caption_get_image_fields ./image_field_caption.module Given an entity type and bundle name, this will return an associative array of image field info instances, keyed by image field machine names. Returns null if no image fields are found. 2
image_field_caption_help ./image_field_caption.module Implements hook_help().
image_field_caption_menu ./image_field_caption.module Implements hook_menu().
image_field_caption_permission ./image_field_caption.module Implements hook_permission().
image_field_caption_schema ./image_field_caption.install Implements hook_schema().
image_field_caption_settings ./image_field_caption.module The module's settings form. 1
image_field_caption_settings_validate ./image_field_caption.module The module's settings form validation handler.
image_field_caption_theme ./image_field_caption.module Implements hook_theme().
image_field_caption_theme_image ./image_field_caption.module After hook_theme_registry_alter makes its alterations, this function provides the routing to properly theme the image and the caption. 1
image_field_caption_theme_registry_alter ./image_field_caption.module Implements hook_theme_registry_alter().
image_field_caption_tokens ./image_field_caption.module Implements hook_tokens().
image_field_caption_token_info ./image_field_caption.module Implements hook_token_info().

Other projects