You are here

function hook_reviews in Coder 7

Same name and namespace in other branches
  1. 7.2 coder_review/coder_review.api.php \hook_reviews()
12 functions implement hook_reviews()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

coder_review_47_reviews in coder_review/includes/coder_review_47.inc
Implements hook_reviews().
coder_review_5x_reviews in coder_review/includes/coder_review_5x.inc
Implements hook_reviews().
coder_review_6x_reviews in coder_review/includes/coder_review_6x.inc
Implements hook_reviews().
coder_review_7x_reviews in coder_review/includes/coder_review_7x.inc
Implements hook_reviews().
coder_review_comment_reviews in coder_review/includes/coder_review_comment.inc
Implements hook_reviews().

... See full list

1 invocation of hook_reviews()
_coder_review_reviews in coder_review/coder_review.module
Get all of the code review modules, including contributions.

File

coder_review/coder_review.api.php, line 9
Coder hook function api documentation.

Code

function hook_reviews() {
}