You are here

Functions in Background Images 7

Primary tabs

Namesort descending Location Description Direct uses Strings
bg_image_add_background_image ./bg_image.module Adds a background image to the page using the css 'background' property. 1
bg_image_add_background_image_from_node ./bg_image.module Adds a background image to the page using an image from a node. The node must have an image (or media) field and the field must be configured on the bg_image configuration page for this to work. 2
bg_image_context_context_page_reaction bg_image_context/bg_image_context.module Implementation of hook_context_page_reaction().
bg_image_context_context_plugins bg_image_context/bg_image_context.module Implements hook_context_plugins
bg_image_context_context_registry bg_image_context/bg_image_context.module Implements hook_context_registry
bg_image_context_ctools_plugin_api bg_image_context/bg_image_context.module Implements hook_ctools_plugin_api().
bg_image_context_enable bg_image_context/bg_image_context.install Implements hook_enable()
bg_image_context_get_contexts bg_image_context/bg_image_context.module Returns all the active contexts with bg_image reactions
bg_image_css_repeat_options ./bg_image.module Returns an options list of css repeat options 2
bg_image_field_has_image ./bg_image.module Check if a node has an image set on the configured field
bg_image_get_fields_for_node_type ./bg_image.module Returns the fields for a given node type Only fields of the type 'media' and 'image' will be accepted 1
bg_image_get_image_path_from_node ./bg_image.module Determines the path of an image on the configured image field on a node and returns it. 2
bg_image_install ./bg_image.install Implements hook_install()
bg_image_is_excluded ./bg_image.module Checks if a path should be excluded from background images 1
bg_image_menu ./bg_image.module Implements hook_menu().
bg_image_node_is_configured ./bg_image.module Checks if a node (and field) is configured. 1
bg_image_node_options ./bg_image.module Returns an array of nids to node titles for the configured node type. Useful for select lists. 2
bg_image_node_type_ajax_callback ./bg_image.module AJAX Callback after Node Type has been chosen. 1
bg_image_permission ./bg_image.module Implements hook_permission().
bg_image_settings_form ./bg_image.module Defines the settings for for bg_image 1
bg_image_ui_get_paths bg_image_ui/bg_image_ui.module Returns an array of paths that have background images, keyed by the nid of the node that contains the background image. 2
bg_image_ui_get_path_item bg_image_ui/bg_image_ui.module Returns a bg image path item 1
bg_image_ui_init bg_image_ui/bg_image_ui.module Implements hook_init()
bg_image_ui_install bg_image_ui/bg_image_ui.install Implements hook_install()
bg_image_ui_menu bg_image_ui/bg_image_ui.module Implements hook_menu().
bg_image_ui_page_has_bg_image bg_image_ui/bg_image_ui.module Checks if the current path has a background image. If it does, we return the nid of the matching path or pattern. Othewise return false. 1
bg_image_ui_paths_form bg_image_ui/bg_image_ui.module 1
bg_image_ui_paths_form_submit bg_image_ui/bg_image_ui.module Submit handler for bg_image_ui_paths_form()
bg_image_ui_permission bg_image_ui/bg_image_ui.module Implements hook_permission().
bg_image_ui_remove_path_form bg_image_ui/bg_image_ui.module Confirm the removal of bg image path 1
bg_image_ui_remove_path_form_submit bg_image_ui/bg_image_ui.module Submit handler for bg_image_ui_remove_path_form()
bg_image_ui_remove_path_item bg_image_ui/bg_image_ui.module Removes a bg image path item 1
bg_image_ui_schema bg_image_ui/bg_image_ui.install Implements hook_schema().
bg_image_ui_theme bg_image_ui/bg_image_ui.module Implements hook_theme()
bg_image_ui_uninstall bg_image_ui/bg_image_ui.install Implements hook_uninstall()
bg_image_uninstall ./bg_image.install Implements hook_uninstall()
theme_bg_image_ui_paths_table bg_image_ui/bg_image_ui.module Theme the background image paths form into a table
_bg_image_path_to_uri ./bg_image.module Converts a path to a uri relative to the public files directory 1

Other projects