You are here

Functions in Block Refresh 7

Primary tabs

Namesort descending Location Description Direct uses Strings
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_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 DRUPAL 7 STATUS: APPEARS TO BE WORKING!
block_refresh_get_query_as_string ./block_refresh.module get all $_GET values, unset q and return as string 1
block_refresh_help ./block_refresh.module Implements hook_help(). DRUPAL 7 STATUS: WORKING!
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 DRUPAL 7 STATUS: WORKING!
block_refresh_install ./block_refresh.install Implements hook_install().
block_refresh_menu ./block_refresh.module Implements hook_menu(). DRUPAL 7 STATUS: WORKING!
block_refresh_permission ./block_refresh.module Implements hook_permission(). Add permission for accessing auto/manually refreshed block content DRUPAL 7 STATUS: WORKING!
block_refresh_reset_jq ./block_refresh.install Register new plugin with jQ 2
block_refresh_submit ./block_refresh.module Submission handler for for block_refresh_menu(). This handles the submission on the specific block configuration page 1
block_refresh_uninstall ./block_refresh.install Implements hook_uninstall().
block_refresh_update_1 ./block_refresh.install
block_refresh_update_2 ./block_refresh.install

Other projects