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_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_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_perm |
modules/dynamic_background_blog/dynamic_background_blog.module |
Implementation of hook_perm(). |
|
|
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_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_perm |
modules/dynamic_background_context/dynamic_background_context.module |
Implementation of hook_perm(). |
|
|
dynamic_background_context_uninstall |
modules/dynamic_background_context/dynamic_background_context.install |
|
|
|
dynamic_background_create_css |
./dynamic_background.module |
Helper function that creates 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. |
|
3 |
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 |
Implementation of hook_dynamic_background_css(). |
|
|
dynamic_background_elements |
includes/upload.form.inc |
Implementation of hook_elements(). |
|
|
dynamic_background_imagecache_default_presets |
includes/upload.form.inc |
Implementation of hook_imagecache_default_presets(). |
|
|
dynamic_background_image_presents_form |
./dynamic_background.module |
Build the imagecahce present selection form, which can be used in sub-modules
to add support for image manipulation. |
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_install |
./dynamic_background.install |
Implementation of hook_install(). |
|
|
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. |
2 |
|
dynamic_background_menu |
./dynamic_background.module |
Implementation of 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_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 |
|
1 |
|
dynamic_background_node_install |
modules/dynamic_background_node/dynamic_background_node.install |
Implementation of hook_install(). |
|
|
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_nodeapi |
modules/dynamic_background_node/dynamic_background_node.module |
Implementation of hook_nodeapi(), which is used to save and load information
about the image selected for a given node. |
|
|
dynamic_background_node_perm |
modules/dynamic_background_node/dynamic_background_node.module |
Implementation of hook_perm(). |
|
|
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_6001 |
modules/dynamic_background_node/dynamic_background_node.install |
Update module weight to handle modules as less. |
|
|
dynamic_background_panels_admin_form |
modules/dynamic_background_panels/dynamic_background_panels.module |
Build the administration interface for dynamic background panels and enables
administrators enter css to used for insertion of backgrounds. |
|
1 |
dynamic_background_panels_conf_submit_handler |
modules/dynamic_background_panels/dynamic_background_panels.module |
|
|
1 |
dynamic_background_panels_dynamic_background_css |
modules/dynamic_background_panels/dynamic_background_panels.module |
Implements hook_dynamic_background_css(). |
|
|
dynamic_background_panels_form_alter |
modules/dynamic_background_panels/dynamic_background_panels.module |
Implements hook_form_alter(). |
|
|
dynamic_background_panels_install |
modules/dynamic_background_panels/dynamic_background_panels.install |
Implementation of hook_install(). |
|
|
dynamic_background_panels_menu |
modules/dynamic_background_panels/dynamic_background_panels.module |
Implementation of hook_menu(). Hooks into the dynamic background modules menu
structure and adds the "nodes" menu tab to the administration interface. |
|
|