You are here

Functions in Parallax Background 7

Primary tabs

Namesort descending Location Description Direct uses Strings
parallax_bg_admin ./parallax_bg.module Callback function for admin setting. 1
parallax_bg_admin_form_submit ./parallax_bg.module 1
parallax_bg_admin_validate ./parallax_bg.module 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 ./parallax_bg.module 1
parallax_bg_init ./parallax_bg.module Implements hook_init().
parallax_bg_menu ./parallax_bg.module Implementation of hook_menu().
parallax_bg_uninstall ./parallax_bg.install Implementation of hook_uninstall(). Only clears our variables, so a fresh installation can repopulate them.

Other projects