dynamic_background_active_image |
./dynamic_background.module |
Helper function that findes the currently active image in the context created
base on the parameters given. |
12 |
|
dynamic_background_admin_images |
includes/backgrounds.admin.inc |
The image administation form. |
|
1 |
dynamic_background_admin_images_add_one |
includes/backgrounds.admin.inc |
Submit handler for the "add-one-more" button. |
|
2 |
dynamic_background_admin_images_add_one_callback |
includes/backgrounds.admin.inc |
Callback for both ajax-enabled buttons. |
|
1 |
dynamic_background_admin_images_submit |
includes/backgrounds.admin.inc |
Administration images form submittion handler. |
|
|
dynamic_background_admin_images_validate |
includes/backgrounds.admin.inc |
The administration images form validator form. It handles uploading the
image and deletion if the checkbox is flaged. |
|
1 |
dynamic_background_admin_weight_form |
includes/weight.admin.inc |
Creates a form which can be used to order the sub-modules/extension weights
so the override order of the CSS can be weighted. |
|
1 |
dynamic_background_admin_weight_form_submit |
includes/weight.admin.inc |
Submit handler for the weight administration form. |
|
|
dynamic_background_blog_dynamic_background_css |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implements hook_dynamic_background_css(). |
|
|
dynamic_background_blog_dynamic_background_info |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implements hook_dynamic_background_info(). |
|
|
dynamic_background_blog_dynamic_background_weight |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implements hook_dynamic_background_weight(). |
|
|
dynamic_background_blog_form |
modules/dynamic_background_blog/dynamic_background_blog.module |
Menu callback that generates the form used in the "My blog background" tab
on the user profile page. |
|
1 |
dynamic_background_blog_form_submit |
modules/dynamic_background_blog/dynamic_background_blog.module |
Submit handler for user background selection and saves the selected image's
id into the database. |
|
1 |
dynamic_background_blog_menu |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implements hook_menu(). |
|
|
dynamic_background_blog_permission |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implements hook_permission(). |
|
|
dynamic_background_blog_schema |
modules/dynamic_background_blog/dynamic_background_blog.install |
Implements hook_schema(). |
|
|
dynamic_background_blog_settings_form |
modules/dynamic_background_blog/dynamic_background_blog.module |
Build the administration interface for dynamic background nodes and enables
administrators to select which content types have enable background selection. |
|
|
dynamic_background_blog_uninstall |
modules/dynamic_background_blog/dynamic_background_blog.install |
Implements hook_uninstall(). |
|
|
dynamic_background_blog_update_7000 |
modules/dynamic_background_blog/dynamic_background_blog.install |
Update stored data to use the new database tables. |
|
|
dynamic_background_blog_update_7001 |
modules/dynamic_background_blog/dynamic_background_blog.install |
Remove old database scheme. |
|
|
dynamic_background_build_settings_form |
./dynamic_background.module |
Menu callback, which builds the administration UI. |
|
1 |
dynamic_background_context_context_plugins |
modules/dynamic_background_context/dynamic_background_context.module |
Implements hook_context_plugins(). |
|
|
dynamic_background_context_context_registry |
modules/dynamic_background_context/dynamic_background_context.module |
Implements hook_context_registry(). |
|
|
dynamic_background_context_dynamic_background_css |
modules/dynamic_background_context/dynamic_background_context.module |
Implements hook_dynamic_background_css(). |
|
|
dynamic_background_context_dynamic_background_info |
modules/dynamic_background_context/dynamic_background_context.module |
Implements hook_dynamic_background_info(). |
|
|
dynamic_background_context_dynamic_background_weight |
modules/dynamic_background_context/dynamic_background_context.module |
Implements hook_dynamic_background_weight(). |
|
|
dynamic_background_context_settings_form |
modules/dynamic_background_context/dynamic_background_context.module |
Build the administration interface for dynamic background context and enables
administrators to set image style and css targets. |
|
|
dynamic_background_context_uninstall |
modules/dynamic_background_context/dynamic_background_context.install |
Implements hook_uninstall(). |
|
|
dynamic_background_context_update_7000 |
modules/dynamic_background_context/dynamic_background_context.install |
Update stored data to use the new database tables. |
|
|
dynamic_background_create_css |
./dynamic_background.module |
Helper function that creates CSS based on module configuration and image
selection. |
2 |
|
dynamic_background_css |
./dynamic_background.module |
Menu callback function used to generate an body style css with the selected
background image. The callback is /background.css. |
|
3 |
dynamic_background_default_content_types |
modules/dynamic_background_node/dynamic_background_node.module |
Ensure that all content types are enabled by default. |
4 |
|
dynamic_background_delete_image |
./dynamic_background.module |
Helper function that deletes a given image from the server and the database. |
2 |
|
dynamic_background_dynamic_background_css |
./dynamic_background.module |
Implements hook_dynamic_background_css(). |
|
|
dynamic_background_dynamic_background_info |
./dynamic_background.module |
Implements hook_dynamic_background_info(). |
|
|
dynamic_background_dynamic_background_weight |
./dynamic_background.module |
Implements hook_dynamic_background_weight(). |
|
|
dynamic_background_element_info |
includes/upload.form.inc |
Implements hook_elements(). |
|
|
dynamic_background_image_behaviour_form |
./dynamic_background.module |
Build the image behaviour form, which can be used in sub-modules to add
support for image behaviour, such as the default random image. |
7 |
|
dynamic_background_image_selector_form |
./dynamic_background.module |
Builds image selection part of a form to be used by sub-moduels, where the
user may select background images. |
6 |
|
dynamic_background_image_style_form |
./dynamic_background.module |
Build the image style selection form, which can be used in sub-modules to add
support for image manipulation. |
7 |
|
dynamic_background_inherit_dynamic_background_css |
modules/dynamic_background_inherit/dynamic_background_inherit.module |
Implements hook_dynamic_background_css(). |
|
|
dynamic_background_inherit_dynamic_background_selector_alter |
modules/dynamic_background_inherit/dynamic_background_inherit.module |
Implements hook_dynamic_background_selector_alter(). |
|
|
dynamic_background_inherit_dynamic_background_weight |
modules/dynamic_background_inherit/dynamic_background_inherit.module |
Implements hook_dynamic_background_weight(). |
|
|
dynamic_background_inherit_flush_caches |
modules/dynamic_background_inherit/dynamic_background_inherit.module |
Implements hook_flush_caches(). |
|
|
dynamic_background_inherit_form_dynamic_background_admin_weight_form_alter |
modules/dynamic_background_inherit/dynamic_background_inherit.module |
Implements hook_form_FORM_ID_alter(). |
|
|
dynamic_background_inherit_schema |
modules/dynamic_background_inherit/dynamic_background_inherit.install |
Implements hook_schema(). |
|
|
dynamic_background_is_image_used |
./dynamic_background.module |
Helper function that can be used to detect if a given image is in usage. |
|
|
dynamic_background_load_images |
./dynamic_background.module |
Helper function that loads all images in a given context based on the
parameters passed. |
3 |
|
dynamic_background_load_image_configuration |
./dynamic_background.module |
Helper function that calls hook_dynamic_background_css(). |
3 |
|
dynamic_background_menu |
./dynamic_background.module |
Implements hook_menu(). |
|
|