You are here

Functions in Panels Content Cache 6

Primary tabs

Namesort descending Location Description Direct uses Strings
panels_content_cache_clear_cache plugins/cache/content.inc Clear cached content. 2 1
panels_content_cache_ctools_plugin_directory ./panels_content_cache.module Implements hook_ctools_plugin_directory().
panels_content_cache_form_menu_item_delete_form_alter ./panels_content_cache.module Implements hook_form_FORM_ID_alter().
panels_content_cache_get_cache plugins/cache/content.inc Get cached content. 1
panels_content_cache_get_id plugins/cache/content.inc Figure out an id for our cache based upon input and settings. 2
panels_content_cache_install ./panels_content_cache.install Implements hook_install().
panels_content_cache_menu_clear_cache ./panels_content_cache.module Clear any panels displays that are associated with a menu. This function looks up any panel displays by menu_name that are in the panels_content_cache table, and clears the cache on those displays. 2 1
panels_content_cache_menu_delete_form_submit ./panels_content_cache.module Additional submit handler for menu_delete_form. 1
panels_content_cache_menu_link_alter ./panels_content_cache.module Implements hook_menu_link_alter().
panels_content_cache_nodeapi ./panels_content_cache.module Implementation of hook_nodeapi().
panels_content_cache_node_clear_cache ./panels_content_cache.module This function is called from hook_nodeapi() and invalidates the panel cache when a node is updated and it matches the criteria chosen in the caching of any panels. 1
panels_content_cache_panels_display_save ./panels_content_cache.module Implements hook_panels_display_save().
panels_content_cache_save ./panels_content_cache.module Helper function to save items into the panels_content_cache table 1
panels_content_cache_save_row ./panels_content_cache.module 1
panels_content_cache_schema ./panels_content_cache.install Implements hook_schema().
panels_content_cache_settings_form plugins/cache/content.inc 1
panels_content_cache_settings_form_validate plugins/cache/content.inc 1
panels_content_cache_set_cache plugins/cache/content.inc Set cached content. 1
panels_content_cache_uninstall ./panels_content_cache.install Implements hook_uninstall().
panels_content_cache_update_6001 ./panels_content_cache.install Update 6001 - Add new field menu_name and change type field schema.
panels_content_cache_variable_set ./panels_content_cache.module Helper function to set a variable to store the list of content_types (types) in panels_content_cache table and the list of menu_names. 1

Other projects