You are here

function _coder_50_callback_warning in Coder 6.2

Same name and namespace in other branches
  1. 6 includes/coder_50.inc \_coder_50_callback_warning()

Define the warning callbacks.

1 string reference to '_coder_50_callback_warning'
coder_50_reviews in includes/coder_50.inc
Implementation of hook_reviews().

File

includes/coder_50.inc, line 107
This include file implements coder functionality for 4.7 -> 5.x upgrades.

Code

function _coder_50_callback_warning() {
  return t('All modules now need to have a <a href="@info">modulename.info file</a>', array(
    '@info' => 'http://drupal.org/node/101009',
  ));
}