1.20.x layout.module layout_flush_caches()

Implements hook_flush_caches().

File

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

Code

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