blockcache_alter_admin_settings |
./blockcache_alter.module |
Menu callback, settings page for blockcache alter |
|
1 |
blockcache_alter_block |
./blockcache_alter.module |
Implementation of hook_block(). |
|
|
blockcache_alter_block_view |
./blockcache_alter.module |
View a cached block using hook_block().
If the block is not cached or the cache is stale, get the info and stick it back into the cache. |
1 |
|
blockcache_alter_comment |
./blockcache_alter.module |
Implementation of hook_comment(). |
|
|
blockcache_alter_flush_caches |
./blockcache_alter.module |
Implementation of hook_flush_caches(). |
|
|
blockcache_alter_form_alter |
./blockcache_alter.module |
Implementation of hook_form_alter(). |
|
|
blockcache_alter_install |
./blockcache_alter.install |
Implementation of hook_install(). |
|
|
blockcache_alter_menu |
./blockcache_alter.module |
Implementation of hook_menu(). |
|
|
blockcache_alter_nodeapi |
./blockcache_alter.module |
Implementation of hook_nodeapi(). |
|
|
blockcache_alter_nodequeue_add |
./blockcache_alter.module |
Implementation of hook_nodequeue_add(). |
|
|
blockcache_alter_nodequeue_remove |
./blockcache_alter.module |
Implementation of hook_nodequeue_remove(). |
|
|
blockcache_alter_rehash |
./blockcache_alter.module |
Blockcache alter rehash function. |
2 |
|
blockcache_alter_save_settings |
./blockcache_alter.module |
Submit callback. Saves block configuration and cache settings per block.
This module takes over from block_admin_configure_submit() so we can
decide what to clear from cache. |
|
1 |
blockcache_alter_schema |
./blockcache_alter.install |
Implementation of hook_schema(). |
|
|
blockcache_alter_uninstall |
./blockcache_alter.install |
Implementation of hook_uninstall(). |
|
|
blockcache_alter_update_6001 |
./blockcache_alter.install |
Implementation of hook_update_N(). |
|
|
blockcache_alter_user |
./blockcache_alter.module |
Implementation of hook_user(). |
|
|
block_block |
patches/block_with_node_grants.module |
Implementation of hook_block(). |
|
|
block_block |
patches/block_no_node_grants.module |
Implementation of hook_block(). |
|
|
block_box_form |
patches/block_with_node_grants.module |
Define the custom block form. |
2 |
|
block_box_form |
patches/block_no_node_grants.module |
Define the custom block form. |
2 |
|
block_box_get |
patches/block_with_node_grants.module |
Returns information from database about a user-created (custom) block. |
2 |
|
block_box_get |
patches/block_no_node_grants.module |
Returns information from database about a user-created (custom) block. |
2 |
|
block_box_save |
patches/block_with_node_grants.module |
Saves a user-created block in the database. |
2 |
|
block_box_save |
patches/block_no_node_grants.module |
Saves a user-created block in the database. |
2 |
|
block_flush_caches |
patches/block_with_node_grants.module |
Implementation of hook_flush_caches(). |
|
|
block_flush_caches |
patches/block_no_node_grants.module |
Implementation of hook_flush_caches(). |
|
|
block_help |
patches/block_with_node_grants.module |
Implementation of hook_help(). |
|
|
block_help |
patches/block_no_node_grants.module |
Implementation of hook_help(). |
|
|
block_list |
patches/block_with_node_grants.module |
Return all blocks in the specified region for the current user. |
|
|
block_list |
patches/block_no_node_grants.module |
Return all blocks in the specified region for the current user. |
|
|
block_menu |
patches/block_with_node_grants.module |
Implementation of hook_menu(). |
|
|
block_menu |
patches/block_no_node_grants.module |
Implementation of hook_menu(). |
|
|
block_perm |
patches/block_with_node_grants.module |
Implementation of hook_perm(). |
|
|
block_perm |
patches/block_no_node_grants.module |
Implementation of hook_perm(). |
|
|
block_theme |
patches/block_with_node_grants.module |
Implementation of hook_theme() |
|
|
block_theme |
patches/block_no_node_grants.module |
Implementation of hook_theme() |
|
|
block_user |
patches/block_with_node_grants.module |
Implementation of hook_user(). |
|
|
block_user |
patches/block_no_node_grants.module |
Implementation of hook_user(). |
|
|
_blockcache_alter_check_expire |
./blockcache_alter.module |
Helper function to check if this block should be refreshed or not. |
2 |
|
_blockcache_alter_cleanup |
./blockcache_alter.module |
Cleanup cached blocks if necessary. |
3 |
|
_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. |
3 |
|
_blockcache_alter_get_cache_id |
./blockcache_alter.module |
Get cid for a block. |
1 |
|
_blockcache_alter_nodequeue_cleanup |
./blockcache_alter.module |
Helper function to cleanup cache for nodequeue block. |
2 |
|
_block_get_cache_id |
patches/block_with_node_grants.module |
Assemble the cache_id to use for a given block. |
2 |
|
_block_get_cache_id |
patches/block_no_node_grants.module |
Assemble the cache_id to use for a given block. |
2 |
|
_block_rehash |
patches/block_with_node_grants.module |
Update the 'blocks' DB table with the blocks currently exported by modules. |
2 |
|
_block_rehash |
patches/block_no_node_grants.module |
Update the 'blocks' DB table with the blocks currently exported by modules. |
2 |
|
_block_themes_access |
patches/block_with_node_grants.module |
Menu item access callback - only admin or enabled themes can be accessed |
|
2 |
_block_themes_access |
patches/block_no_node_grants.module |
Menu item access callback - only admin or enabled themes can be accessed |
|
2 |