function taxonomy_theme
Same name in other branches
- 7.x modules/taxonomy/taxonomy.module \taxonomy_theme()
- 9 core/modules/taxonomy/taxonomy.module \taxonomy_theme()
- 10 core/modules/taxonomy/taxonomy.module \taxonomy_theme()
- 11.x core/modules/taxonomy/taxonomy.module \taxonomy_theme()
Implements hook_theme().
File
-
core/
modules/ taxonomy/ taxonomy.module, line 136
Code
function taxonomy_theme() {
return [
'taxonomy_term' => [
'render element' => 'elements',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.