function tmgmt_demo_theme

Implements hook_theme().

File

modules/demo/tmgmt_demo.module, line 11
Main module file for the Translation Management Demo module.

Code

function tmgmt_demo_theme() {
  return [
    'tmgmt_demo_text' => array(
      'variables' => array(
        'content_language' => NULL,
        'languages_url' => NULL,
        'translatable_nodes' => NULL,
        'translate_url' => NULL,
        'file_translator' => NULL,
        'tmgmt_local' => NULL,
      ),
    ),
  ];
}