function LanguageHooks::theme
Implements hook_theme().
File
-
core/
modules/ language/ src/ Hook/ LanguageHooks.php, line 140
Class
- LanguageHooks
- Hook implementations for language.
Namespace
Drupal\language\HookCode
public function theme() : array {
return [
'language_negotiation_configure_form' => [
'render element' => 'form',
'file' => 'language.admin.inc',
],
'language_content_settings_table' => [
'render element' => 'element',
'file' => 'language.admin.inc',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.