function _dcf_theme_signature in Elysia Cron 6
Same name and namespace in other branches
- 6.2 elysia_drupalconv.php \_dcf_theme_signature()
- 7 elysia_drupalconv.php \_dcf_theme_signature()
1 call to _dcf_theme_signature()
- theme_elysia_cron_description in ./
elysia_cron.module - You can theme this function to provide your description for cron functions, if they do not provide one.
File
- ./
elysia_drupalconv.php, line 76
Code
function _dcf_theme_signature($args) {
return array(
'variables' => $args,
);
}