W3cubDocs

/Drupal 8

function 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',
    ),
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!config_translation!config_translation.module/function/config_translation_theme/8.1.x