You are here

function _dcf_theme_signature in Elysia Cron 7

Same name and namespace in other branches
  1. 6.2 elysia_drupalconv.php \_dcf_theme_signature()
  2. 6 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 49

Code

function _dcf_theme_signature($args) {
  return array();
}