function taxonomy_theme

Implements hook_theme().

File

core/modules/taxonomy/taxonomy.module, line 53

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.