You are here

function _cache_actions_get_page_variants in Cache Actions 7

1 string reference to '_cache_actions_get_page_variants'
cache_actions_rules_action_info in ./cache_actions.rules.inc
Implementation of hook_rules_action_info().

File

./cache_actions.rules.inc, line 266
This file provides the rules integration for this module.

Code

function _cache_actions_get_page_variants() {
  $data = _cache_actions_get_panels_handlers(FALSE);
  return $data;
}