1 book.module book_flush_caches()

Implements hook_flush_caches().

File

core/modules/book/book.module, line 1327
Allows users to create and organize related content in an outline.

Code

function book_flush_caches() {
  return array('cache_book');
}