1.20.x layout.module layout_clear_layout_tempstore($name, $type = 'layout')

Remove an item from the object cache.

File

modules/layout/layout.module, line 1836
The Layout module creates pages and wraps existing pages in layouts.

Code

function layout_clear_layout_tempstore($name, $type = 'layout') {
  tempstore_clear('layout.' . $type, $name);
}