function locale_test_theme
Implements hook_theme().
File
- 
              core/modules/ locale/ tests/ modules/ locale_test/ locale_test.module, line 163 
Code
function locale_test_theme() {
  $return = [];
  $return['locale_test_tokenized'] = [
    'variable' => [
      'content' => '',
    ],
  ];
  return $return;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
