config_translation_theme

config_translation_theme()

Implements hook_theme().

File

core/modules/config_translation/config_translation.module, line 41
Configuration Translation module.

Code

function config_translation_theme() {
  return array(
    'config_translation_manage_form_element' => array(
      'render element' => 'element',
      'template' => 'config_translation_manage_form_element',
    ),
  );
}
doc_Drupal
2016-10-29 08:55:26
Comments
Leave a Comment

Please login to continue.