system_get_module_admin_tasks($module, array $info)
Generate a list of tasks offered by a specified module.
Parameters
string $module: Module name.
array $info: The module's information, as provided by system_get_info().
Return value
array An array of task links.
File
core/modules/system/system.module, line 1211 Configuration system that lets administrators modify the workings of the site.
Code
function system_get_module_admin_tasks($module, array $info) {
$tree = &drupal_static(__FUN