You are here

function _coder_6x_new_menu_system_warning in Coder 5

Same name and namespace in other branches
  1. 5.2 includes/coder_6x.inc \_coder_6x_new_menu_system_warning()
  2. 6.2 includes/coder_6x.inc \_coder_6x_new_menu_system_warning()
  3. 6 includes/coder_6x.inc \_coder_6x_new_menu_system_warning()

Define the warning callbacks

1 string reference to '_coder_6x_new_menu_system_warning'
coder_6x_reviews in includes/coder_6x.inc
@file This include file implements coder functionality for 5.x -> 6.x upgrades

File

includes/coder_6x.inc, line 252
This include file implements coder functionality for 5.x -> 6.x upgrades

Code

function _coder_6x_new_menu_system_warning() {
  return array(
    '#warning' => t('The menu system has been completely over-hauled in 6.x.'),
    '#link' => 'http://drupal.org/node/102338',
  );
}