1 render_example.module | render_example_info() |
Simple basic information about the module; an entry point.
Related topics
File
- modules/
examples/ render_example/ render_example.module, line 46 - Hook implementations for the Render Example module.
Code
function render_example_info() {
return t('The render example provides a <a href="!arrays">demonstration of of render array usage</a></li>', array('!arrays' => url('examples/render_example/arrays')));
}