function config_translation_theme

Same name and namespace in other branches
  1. 9 core/modules/config_translation/config_translation.module \config_translation_theme()
  2. 8.9.x core/modules/config_translation/config_translation.module \config_translation_theme()
  3. 11.x core/modules/config_translation/config_translation.module \config_translation_theme()

Implements hook_theme().

File

core/modules/config_translation/config_translation.module, line 43

Code

function config_translation_theme() {
  return [
    'config_translation_manage_form_element' => [
      'render element' => 'element',
      'template' => 'config_translation_manage_form_element',
    ],
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.