function overlay_request_page_refresh in Drupal 7
Requests that the entire parent window is reloaded when the overlay closes.
See also
1 call to overlay_request_page_refresh()
- overlay_overlay_child_initialize in modules/
overlay/ overlay.module - Implements hook_overlay_child_initialize().
File
- modules/
overlay/ overlay.module, line 980 - Displays the Drupal administration interface in an overlay.
Code
function overlay_request_page_refresh() {
$_SESSION['overlay_refresh_parent'] = TRUE;
}