taxonomy_theme

taxonomy_theme()

Implements hook_theme().

File

core/modules/taxonomy/taxonomy.module, line 132
Enables the organization of content into categories.

Code

1
2
3
4
5
6
7
function taxonomy_theme() {
  return array(
    'taxonomy_term' => array(
      'render element' => 'elements',
    ),
  );
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.