function _coder_47_array2object_warning in Coder 6
Same name and namespace in other branches
- 5.2 includes/coder_47.inc \_coder_47_array2object_warning()
- 5 includes/coder_47.inc \_coder_47_array2object_warning()
- 6.2 includes/coder_47.inc \_coder_47_array2object_warning()
1 string reference to '_coder_47_array2object_warning'
- coder_47_reviews in includes/
coder_47.inc - Implementation of hook_reviews().
File
- includes/
coder_47.inc, line 198 - This include file implements coder functionality for 4.6 -> 4.7 upgrades.
Code
function _coder_47_array2object_warning() {
return t('!array2object() replaced by native PHP type conversion (typecase to (object)', array(
'!array2object' => theme('drupalapi', 'array2object', '4.6'),
));
}