function config_translation_theme in Drupal 8
Same name and namespace in other branches
- 9 core/modules/config_translation/config_translation.module \config_translation_theme()
 - 10 core/modules/config_translation/config_translation.module \config_translation_theme()
 
Implements hook_theme().
File
- core/
modules/ config_translation/ config_translation.module, line 43  - Configuration Translation module.
 
Code
function config_translation_theme() {
  return [
    'config_translation_manage_form_element' => [
      'render element' => 'element',
      'template' => 'config_translation_manage_form_element',
    ],
  ];
}