function taxonomy_theme in Drupal 8
Same name and namespace in other branches
- 6 modules/taxonomy/taxonomy.module \taxonomy_theme()
- 7 modules/taxonomy/taxonomy.module \taxonomy_theme()
- 9 core/modules/taxonomy/taxonomy.module \taxonomy_theme()
Implements hook_theme().
File
- core/
modules/ taxonomy/ taxonomy.module, line 136 - Enables the organization of content into categories.
Code
function taxonomy_theme() {
return [
'taxonomy_term' => [
'render element' => 'elements',
],
];
}