You are here

function _cache_actions_get_panes in Cache Actions 7.2

Same name and namespace in other branches
  1. 7 cache_actions.rules.inc \_cache_actions_get_panes()

Get Panel Panes.

Return value

array Panel panels.

1 string reference to '_cache_actions_get_panes'
cache_actions_rules_action_info in ./cache_actions.rules.inc
Implements hook_rules_action_info().

File

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

Code

function _cache_actions_get_panes() {
  return _cache_actions_get_panels_handlers();
}