1 icon_test.module | _icon_test_path($icon_name, $immutable = 0) |
Page callback for displaying an icon path.
File
- core/
modules/ simpletest/ tests/ icon_test/ icon_test.module, line 37 - Provides testing hooks for Icon API.
Code
function _icon_test_path($icon_name, $immutable = 0) {
print icon_get_path($icon_name, $immutable);
exit();
}