You are here

function _dcf_theme_signature in Elysia Cron 6.2

Same name and namespace in other branches
  1. 6 elysia_drupalconv.php \_dcf_theme_signature()
  2. 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 (untranslated) descriptions for cron functions, if they do not provide one.

File

./elysia_drupalconv.php, line 80

Code

function _dcf_theme_signature($args) {
  return array(
    'variables' => $args,
  );
}