panel_context_panels_cache_break_lock

Versions
6
panel_context_panels_cache_break_lock($key, $cache)

Break the lock on a page manager page.

Related topics

Code

contrib-6/panels/panels.module, line 1475

<?php
function panel_context_panels_cache_break_lock($key, $cache) {
  $page = _panel_context_panels_cache_get_page_cache($key, $cache);
  ctools_object_cache_clear_all('page_manager_page', $page->task_name);
}
?>

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options