dynamic_background_admin_images |
includes/backgrounds.admin.inc |
The image administation form. |
|
1 |
dynamic_background_admin_images_submit |
includes/backgrounds.admin.inc |
Administration images form submittion handler. |
|
1 |
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_settings |
includes/settings.admin.inc |
The dynamic background administration settings form. |
|
1 |
dynamic_background_admin_settings_validate |
includes/settings.admin.inc |
Validation function for the administration settings form. |
|
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, which stores the weights
in a sort frendly format (used in loading of default values for the form). |
|
|
dynamic_background_blog_admin_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. |
|
1 |
dynamic_background_blog_dynamic_background_css |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implements hook_dynamic_background_css(). |
|
|
dynamic_background_blog_dynamic_background_weight |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implements hook_dynamic_background_weight for the main module. |
|
|
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. |
|
|
dynamic_background_blog_get_image_id |
modules/dynamic_background_blog/dynamic_background_blog.module |
Utility function that loads image selection data from the database. |
3 |
|
dynamic_background_blog_install |
modules/dynamic_background_blog/dynamic_background_blog.install |
Implementation of hook_install(). |
|
|
dynamic_background_blog_menu |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implementation of hook_menu(). Hooks into the dynamic background modules menu
structure and adds the "blog" menu tab to the administration interface. |
|
|
dynamic_background_blog_permission |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implementation of hook_permission(). |
|
|
dynamic_background_blog_schema |
modules/dynamic_background_blog/dynamic_background_blog.install |
Implementation of hook_schema(), which implementes the table
dynamic_background_node that holds information about about the pr. node
selected image. |
|
|
dynamic_background_blog_uninstall |
modules/dynamic_background_blog/dynamic_background_blog.install |
Implementation of hook_uninstall(): |
|
|
dynamic_background_context_admin_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. |
|
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 |
Implementation of 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_weight |
modules/dynamic_background_context/dynamic_background_context.module |
Implements hook_dynamic_background_weight for the main module. |
|
|
dynamic_background_context_menu |
modules/dynamic_background_context/dynamic_background_context.module |
Implementation of hook_menu(). Hooks into the dynamic background modules menu
structure and adds the "context" menu tab to the administration interface. |
|
|
dynamic_background_context_permission |
modules/dynamic_background_context/dynamic_background_context.module |
Implementation of hook_permission(). |
|
|
dynamic_background_context_uninstall |
modules/dynamic_background_context/dynamic_background_context.install |
|
|
|
dynamic_background_create_css |
./dynamic_background.module |
Helper function that creates a CSS based on user supplied css. |
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. |
|
4 |
dynamic_background_css_behaviour_form |
./dynamic_background.module |
Builds the CSS behaviour part of the form, this should be used by every
sub-module. The parameter is the variable name in which the css behaviour is
stored. |
7 |
|
dynamic_background_dynamic_background_css |
./dynamic_background.module |
Implements hook_dynamic_background_css for the main module. |
|
|
dynamic_background_dynamic_background_weight |
./dynamic_background.module |
Implements hook_dynamic_background_weight for the main module. |
|
|
dynamic_background_element_info |
includes/upload.form.inc |
Implements hook_elements(). |
|
|
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_load_image_configuration |
./dynamic_background.module |
Helper function that calls hook_dynamic_background_css() and sorts the
returned image configurations based on weight. This function may be called
by more then one preprocessor function, so a static cache applied. |
3 |
|
dynamic_background_menu |
./dynamic_background.module |
Implements hook_menu(). |
|
|
dynamic_background_node_admin_form |
modules/dynamic_background_node/dynamic_background_node.module |
Build the administration interface for dynamic background nodes and enables
administrators to select which content types have enable background selection. |
|
1 |
dynamic_background_node_dynamic_background_css |
modules/dynamic_background_node/dynamic_background_node.module |
Implements hook_dynamic_background_css(). |
|
|
dynamic_background_node_dynamic_background_weight |
modules/dynamic_background_node/dynamic_background_node.module |
Implements hook_dynamic_background_weight for the main module. |
|
|
dynamic_background_node_form_alter |
modules/dynamic_background_node/dynamic_background_node.module |
Hooks into the selected content types an insert a form selection option of
background images uploaded by the site administrator. |
|
|
dynamic_background_node_get_data |
modules/dynamic_background_node/dynamic_background_node.module |
Utility function that loads image selection data from the database. |
2 |
|
dynamic_background_node_menu |
modules/dynamic_background_node/dynamic_background_node.module |
Implementation of hook_menu(). Hooks into the dynamic background modules menu
structure and adds the "nodes" menu tab to the administration interface. |
|
|
dynamic_background_node_node_delete |
modules/dynamic_background_node/dynamic_background_node.module |
Implements hook_node_delete(), that ensures that dynamic background
information is delete during node deletion. |
|
|
dynamic_background_node_node_insert |
modules/dynamic_background_node/dynamic_background_node.module |
Implements hook_node_insert(), which saves information about the select
background image. |
1 |
|
dynamic_background_node_node_load |
modules/dynamic_background_node/dynamic_background_node.module |
Implements hook_node_load(), which is used to load the background selected
for the nodes passed to the function. The image is only added to the node if
one is defined. |
|
|
dynamic_background_node_node_update |
modules/dynamic_background_node/dynamic_background_node.module |
Implements hook_node_update(), which updates the selected background image on
node update events. |
|
|
dynamic_background_node_permission |
modules/dynamic_background_node/dynamic_background_node.module |
Implementation of hook_permission(). |
|
|
dynamic_background_node_schema |
modules/dynamic_background_node/dynamic_background_node.install |
Implementation of hook_schema(), which implementes the table
dynamic_background_node that holds information about about the pr. node
selected image. |
|
|
dynamic_background_node_uninstall |
modules/dynamic_background_node/dynamic_background_node.install |
Implementation of hook_uninstall(): |
|
|
dynamic_background_node_update_7000 |
modules/dynamic_background_node/dynamic_background_node.install |
Update the tables primary key to include 'vid'. |
|
|