1 layout.module layout_flush_caches()

Implements hook_flush_caches().

File

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

Code

function layout_flush_caches() {
  return array('layout_path');
}