You are here

function coder_review_flush_caches in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_review/coder_review.module \coder_review_flush_caches()

Implements hook_flush_caches().

File

coder_review/coder_review.module, line 27
Developer module to assist with coder reviews and API upgrade suggestions.

Code

function coder_review_flush_caches() {
  return array(
    'cache_coder',
  );
}