1 layout_test.module | layout_test_autoload_info() |
Implements hook_autoload_info().
File
- core/
modules/ layout/ tests/ layout_test/ layout_test.module, line 207 - Layout test module.
Code
function layout_test_autoload_info() {
return array(
'LayoutTestRenderer' => 'layout_test_renderer.inc',
);
}