function esi_panels_boot in ESI: Edge Side Includes 7.3
Implements hook_boot().
File
- modules/
esi_panels/ esi_panels.module, line 445 - ESI handler for panel panes.
Code
function esi_panels_boot() {
// Do nothing here.
// Implementing this is needed to react to the ESI module's
// drupal_alter hook, that is itself in a hook_boot.
}