You are here

function esi_panels_hook_info in ESI: Edge Side Includes 7.3

Implements hook_hook_info().

File

modules/esi_panels/esi_panels.module, line 54
ESI handler for panel panes.

Code

function esi_panels_hook_info() {

  // Look for hook_esi_panels_context_arguments() in xxx.esi_panels.inc.
  $hooks['esi_panels_context_arguments'] = array(
    'group' => 'esi_panels',
  );
  return $hooks;
}