function overlay_request_page_refresh

7.x overlay.module 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()

File

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

Code

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