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

Remove an item from the object cache.

File

core/modules/layout/layout.module, line 2001
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);
}