You are here

function _coder_reviews in Coder 5.2

Same name and namespace in other branches
  1. 5 coder.module \_coder_reviews()
  2. 6.2 coder.module \_coder_reviews()
  3. 6 coder.module \_coder_reviews()

Get all of the code review modules, including contributions.

3 calls to _coder_reviews()
coder_drush_review in ./coder.drush.inc
coder_page_form in ./coder.module
Implementation of hook_form().
_coder_settings_form in ./coder.module
Build settings form API array for coder.

File

./coder.module, line 40
Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.

Code

function _coder_reviews() {
  return module_invoke_all('reviews');
}