function overlay_request_page_refresh

Requests that the entire parent window is reloaded when the overlay closes.

See also

overlay_trigger_refresh()

1 call to overlay_request_page_refresh()
overlay_overlay_child_initialize in drupal-7.x/modules/overlay/overlay.module
Implements hook_overlay_child_initialize().

Archivo

drupal-7.x/modules/overlay/overlay.module, line 966
Displays the Drupal administration interface in an overlay.

Código

function overlay_request_page_refresh() {
  $_SESSION['overlay_refresh_parent'] = TRUE;
}