function overlay_request_page_refresh

overlay_request_page_refresh()

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

See also

overlay_trigger_refresh()

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;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!overlay!overlay.module/function/overlay_request_page_refresh/7.x