You are here

function cacheflush_page_attachments in CacheFlush 8

Implements hook_page_attachments().

File

./cacheflush.module, line 11
Cacheflush module.

Code

function cacheflush_page_attachments(array &$page) {
  $page['#attached']['library'][] = 'cacheflush/cacheflush.menu';
}