You are here

Functions in Block Cache Alter 7

Primary tabs

Namesort descending Location Description Direct uses Strings
blockcache_alter_admin_settings ./blockcache_alter.module Menu callback, settings page for blockcache alter 1
blockcache_alter_block_info_alter ./blockcache_alter.module Implementation of hook_block_info_alter().
blockcache_alter_comment_delete ./blockcache_alter.module Implementation of hook_comment_delete().
blockcache_alter_comment_insert ./blockcache_alter.module Implementation of hook_comment_insert().
blockcache_alter_comment_update ./blockcache_alter.module Implementation of hook_comment_update().
blockcache_alter_form_alter ./blockcache_alter.module Implementation of hook_form_alter().
blockcache_alter_menu ./blockcache_alter.module Implementation of hook_menu().
blockcache_alter_module_implements_alter ./blockcache_alter.module Implements hook_module_implements_alter().
blockcache_alter_node_delete ./blockcache_alter.module Implementation of hook_node_delete().
blockcache_alter_node_insert ./blockcache_alter.module Implementation of hook_node_insert().
blockcache_alter_node_update ./blockcache_alter.module Implementation of hook_node_update().
blockcache_alter_save_settings ./blockcache_alter.module Submit callback. Saves cache settings per block. 1
blockcache_alter_schema ./blockcache_alter.install Implements hook_schema().
blockcache_alter_update_7000 ./blockcache_alter.install Add the "bid" column to {blockcache_alter} and backfill block IDs.
blockcache_alter_update_7001 ./blockcache_alter.install Fix the length of the delta VARCHAR to 64.
blockcache_alter_user_delete ./blockcache_alter.module Implementation of hook_user_delete().
blockcache_alter_user_insert ./blockcache_alter.module Implementation of hook_user_insert().
blockcache_alter_user_login ./blockcache_alter.module Implementation of hook_user_login().
blockcache_alter_user_logout ./blockcache_alter.module Implementation of hook_user_logout().
blockcache_alter_user_update ./blockcache_alter.module Implementation of hook_user_update().
_blockcache_alter_check_expire ./blockcache_alter.module Helper function to check if this block should be refreshed or not.
_blockcache_alter_cleanup ./blockcache_alter.module Cleanup cached blocks if necessary. 11
_blockcache_alter_core_patch ./blockcache_alter.module Helper function to check if a blockcache alter patch is found. Note: it doesn't check which patch is applied. 1

Other projects