You are here

function hook_dynamic_background_selector_alter in Dynamic Background 7.2

Customize the image selector display.

Parameters

$form: A nested array of images, and other settings, as returned by dynamic_background_image_selector_form().

$settings: The settings that will be used to display the image for this object.

$instance: The {dynamic_background_usage} record for this object.

1 function implements hook_dynamic_background_selector_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

dynamic_background_inherit_dynamic_background_selector_alter in modules/dynamic_background_inherit/dynamic_background_inherit.module
Implements hook_dynamic_background_selector_alter().
1 invocation of hook_dynamic_background_selector_alter()
dynamic_background_image_selector_form in ./dynamic_background.module
Builds image selection part of a form to be used by sub-moduels, where the user may select background images.

File

./dynamic_background.api.php, line 66
Hooks provided by the dynamic background module.

Code

function hook_dynamic_background_selector_alter(&$form, $settings, $instance) {
}