1 image_test.module | image_test_get_info(stdClass $image) |
Image toolkit's get_info operation.
File
- core/
modules/ simpletest/ tests/ image_test.module, line 84 - Helper module for the image tests.
Code
function image_test_get_info(stdClass $image) {
_image_test_log_call('get_info', array($image));
return array();
}