scrollreveal_admin |
./scrollreveal.module |
Callback function for admin setting. |
|
1 |
scrollreveal_admin_form_submit |
./scrollreveal.module |
|
|
1 |
scrollreveal_admin_validate |
./scrollreveal.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… |
|
|
scrollreveal_check_path |
./scrollreveal.module |
|
1 |
|
scrollreveal_check_theme |
./scrollreveal.module |
|
1 |
|
scrollreveal_delete_submit |
./scrollreveal.module |
|
|
1 |
scrollreveal_init |
./scrollreveal.module |
Implements hook_init(). |
|
|
scrollreveal_install |
./scrollreveal.install |
Implementation of hook_install().
This will create our system variable defaults.
The benefit is that we do not need to pass defaults
to variable_get(), which allows centralization of defaults. |
|
|
scrollreveal_installed |
./scrollreveal.module |
Check if the Sroll Reveal library is installed. |
|
|
scrollreveal_libraries_info |
./scrollreveal.module |
Implements hook_libraries_info(). |
|
|
scrollreveal_library_loaded |
./scrollreveal.module |
Check if the Scroll Reveal library has been loaded. |
|
|
scrollreveal_menu |
./scrollreveal.module |
Implementation of hook_menu(). |
|
|
scrollreveal_uninstall |
./scrollreveal.install |
Implementation of hook_uninstall().
Only clears our variables, so a fresh installation can repopulate them. |
|
|
scrollreveal_update_7001 |
./scrollreveal.install |
Adds visibility options(). |
|
|
scrollreveal_update_7002 |
./scrollreveal.install |
Adds default options(). |
|
|
_scrollreveal_defaults |
./scrollreveal.install |
Default settings storage. |
1 |
|