d8cache_ajax_render_alter |
./d8cache.module |
Implements hook_ajax_render_alter(). |
|
|
d8cache_block_list_alter |
includes/block.inc |
Implements hook_block_list_alter(). |
|
|
d8cache_block_view_alter |
includes/block.inc |
Implements hook_block_view_alter(). |
|
|
d8cache_cache_get_object |
./d8cache.module |
Wraps the internal Drupal API with an official API. |
1 |
|
d8cache_cache_tags_get_current_checksum |
./d8cache.module |
Returns the sum total of validations for a given set of tags. |
1 |
|
d8cache_cache_tags_is_valid |
./d8cache.module |
Returns whether the checksum is valid for the given cache tags. |
1 |
|
d8cache_comment_delete |
includes/comment.inc |
Implements hook_comment_delete(). |
|
|
d8cache_comment_insert |
includes/comment.inc |
Implements hook_comment_insert(). |
|
|
d8cache_comment_publish |
includes/comment.inc |
Implements hook_comment_publish(). |
|
|
d8cache_comment_unpublish |
includes/comment.inc |
Implements hook_comment_unpublish(). |
|
|
d8cache_disable_cache_tags_for_entity_load |
includes/entity.inc |
Temporarily disable adding of cache tags during entity loading. |
|
|
d8cache_do_invalidate_cache_tags |
./d8cache.module |
Perform cache tag invalidations. Must do outside of a transaction. |
2 |
|
d8cache_drush_command |
./d8cache.drush.inc |
Implements hook_drush_command(). |
|
|
d8cache_emit_cache_max_age |
./d8cache.module |
Implements hook_emit_cache_max_age(). |
|
1 |
d8cache_emit_cache_tags |
./d8cache.module |
Implements hook_emit_cache_tags(). |
|
1 |
d8cache_entitycache_load |
includes/entity.inc |
Implements hook_entitycache_load(). |
|
|
d8cache_entity_delete |
includes/entity.inc |
Implements hook_entity_delete(). |
|
|
d8cache_entity_insert |
includes/entity.inc |
Implements hook_entity_insert(). |
|
|
d8cache_entity_load |
includes/entity.inc |
Implements hook_entity_load(). |
1 |
1 |
d8cache_entity_update |
includes/entity.inc |
Implements hook_entity_update(). |
|
|
d8cache_entity_view |
includes/entity.inc |
Implements hook_entity_view(). |
|
|
d8cache_flush_caches |
./d8cache.module |
Implements hook_flush_caches(). |
|
|
d8cache_form_block_add_block_form_alter |
includes/block.inc |
Implements hook_form_FORM_ID_alter(). |
|
|
d8cache_form_block_admin_configure_alter |
includes/block.inc |
Implements hook_form_FORM_ID_alter(). |
|
|
d8cache_form_block_admin_display_form_alter |
includes/block.inc |
Implements hook_form_FORM_ID_alter(). |
|
|
d8cache_form_block_custom_block_delete_alter |
includes/block.inc |
Implements hook_form_FORM_ID_alter(). |
|
|
d8cache_invalidate_cache_tags |
./d8cache.module |
Implements hook_invalidate_cache_tags(). |
|
|
d8cache_menu_link_alter |
includes/menu.inc |
Implements hook_menu_link_alter(). |
|
|
d8cache_menu_link_delete |
includes/menu.inc |
Implements hook_menu_item_delete(). |
|
|
d8cache_menu_link_insert |
includes/menu.inc |
Implements hook_menu_link_insert(). |
|
|
d8cache_menu_link_update |
includes/menu.inc |
Implements hook_menu_link_update(). |
|
|
d8cache_node_update_index |
includes/node.inc |
Implements hook_node_update_index(). |
|
|
d8cache_OLD_invalidate_cache_tags |
./d8cache.module |
Backwards compatible version of d8cache_invalidate_cache_tags().
This will automatically be used when the core patch to implement end of
transaction callbacks is missing. |
1 |
|
d8cache_preprocess_links |
includes/menu.inc |
Implements hook_preprocess_links(). |
|
|
d8cache_preprocess_menu_link |
includes/menu.inc |
Implements hook_preprocess_menu_link(). |
|
|
d8cache_preprocess_search_results |
includes/theme.inc |
Implements hook_preprocess_search_results(). |
|
|
d8cache_process_html |
./d8cache.module |
Implements hook_process_html(). |
|
|
d8cache_process_username |
includes/theme.inc |
Implements hook_process_username(). |
|
|
d8cache_root_transaction_end |
./d8cache.module |
Callback to invalidate cache tags at the end of a transaction. |
|
1 |
d8cache_schema |
./d8cache.install |
Implements hook_schema(). |
|
|
d8cache_user_cancel |
includes/user.inc |
Implements hook_user_cancel(). |
|
|
d8cache_user_delete |
includes/user.inc |
Implements hook_user_delete(). |
|
|
d8cache_user_insert |
includes/user.inc |
Implements hook_user_insert(). |
|
|
d8cache_user_update |
includes/user.inc |
Implements hook_user_update(). |
|
|
d8cache_views_pre_render |
includes/views.inc |
Implements hook_views_pre_render(). |
|
|
drush_d8cache_invalidate_cache_tags |
./d8cache.drush.inc |
Drush command logic. |
|
|
hook_emit_cache_max_age |
./d8cache.api.php |
Allows to react to emitting a cache max-age header. |
|
|
hook_emit_cache_tags |
./d8cache.api.php |
Allows to react to emitting a cache tags header. |
|
|
hook_invalidate_cache_tags |
./d8cache.api.php |
Allows to react to invalidating cache tags. |
|
|
hook_pre_emit_cache_max_age_alter |
./d8cache.api.php |
Allows to alter the cache max-age prior to emitting it. |
|
|