function locale_theme
Same name in other branches
- 9 core/modules/locale/locale.module \locale_theme()
- 8.9.x core/modules/locale/locale.module \locale_theme()
- 10 core/modules/locale/locale.module \locale_theme()
Implements hook_theme().
File
-
modules/
locale/ locale.module, line 453
Code
function locale_theme() {
return array(
'locale_languages_overview_form' => array(
'render element' => 'form',
),
'locale_languages_configure_form' => array(
'render element' => 'form',
),
'locale_date_format_form' => array(
'render element' => 'form',
),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.