block_refresh_block_content |
./block_refresh.module |
page callback for /block_refresh/[module]/[delta]
displays the block content, without any other page information |
|
1 |
block_refresh_demo |
block_refresh_demo/block_refresh_demo.module |
|
1 |
3 |
block_refresh_demo_block_info |
block_refresh_demo/block_refresh_demo.module |
Implements hook_block_info(). |
|
|
block_refresh_demo_block_view |
block_refresh_demo/block_refresh_demo.module |
Implements hook_block_view(). |
|
|
block_refresh_demo_install |
block_refresh_demo/block_refresh_demo.install |
Implements hook_install. |
|
|
block_refresh_demo_uninstall |
block_refresh_demo/block_refresh_demo.install |
Implements hook_uninstall. |
|
|
block_refresh_form_alter |
./block_refresh.module |
|
|
|
block_refresh_form_block_admin_configure_alter |
./block_refresh.module |
Implements hook_form_FORM_ID_alter().
Add a 'Block Refresh' settings fieldset to the block admin form |
|
|
block_refresh_get_query_as_string |
./block_refresh.module |
get all $_GET values, unset q and render, and return as string |
1 |
|
block_refresh_help |
./block_refresh.module |
Implements hook_help(). |
|
|
block_refresh_init |
./block_refresh.module |
Implements hook_init().
Calls the jquery to refresh blocks automatically, but only if the blocks exist on the current page and are enabled |
|
|
block_refresh_install |
./block_refresh.install |
Implements hook_install(). |
|
|
block_refresh_menu |
./block_refresh.module |
Implements hook_menu(). |
|
|
block_refresh_permission |
./block_refresh.module |
Implements hook_permission().
Add permission for accessing auto/manually refreshed block content |
|
|
block_refresh_reset_jq |
./block_refresh.install |
Register new plugin with jQ |
2 |
|
block_refresh_settings_form_elements |
./block_refresh.module |
Generates the form elements for block refresh settings. |
2 |
|
block_refresh_submit |
./block_refresh.module |
Submission handler for for block_refresh_menu().
This handles the submission on both the block configuration page,
and the panels pane config page. |
|
2 |
block_refresh_uninstall |
./block_refresh.install |
Implements hook_uninstall(). |
|
|
block_refresh_update_1 |
./block_refresh.install |
|
|
|
block_refresh_update_2 |
./block_refresh.install |
|
|
|