Functions in Parallax Background 7
Primary tabs
Name | Location | Description | Direct uses | Strings |
---|---|---|---|---|
parallax_bg_admin |
./ |
Callback function for admin setting. | 1 | |
parallax_bg_admin_form_submit |
./ |
1 | ||
parallax_bg_admin_validate |
./ |
Now we add a handler/function to validate the data entered into the "year of birth" field to make sure it's between the values of 1900 and 2000. If not, it displays an error. The value report is $form_state['values'] (see… | ||
parallax_bg_delete_submit |
./ |
1 | ||
parallax_bg_init |
./ |
Implements hook_init(). | ||
parallax_bg_menu |
./ |
Implementation of hook_menu(). | ||
parallax_bg_uninstall |
./ |
Implementation of hook_uninstall(). Only clears our variables, so a fresh installation can repopulate them. |