function _coder_review_reviews in Coder 7
Same name and namespace in other branches
- 7.2 coder_review/coder_review.common.inc \_coder_review_reviews()
Get all of the code review modules, including contributions.
4 calls to _coder_review_reviews()
- coder_review_drush_review in coder_review/
coder_review.drush.inc - Do the actual review.
- coder_review_help in coder_review/
coder_review.module - Implements hook_help().
- coder_review_page_form in coder_review/
coder_review.module - Implements hook_form().
- _coder_review_settings_form in coder_review/
coder_review.module - Build settings form API array for coder_review.
File
- coder_review/
coder_review.module, line 64
Code
function _coder_review_reviews() {
return module_invoke_all('reviews');
}