function overlay_request_page_refresh
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
Code
function overlay_request_page_refresh() {
$_SESSION['overlay_refresh_parent'] = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.