1 entityreference.module entityreference_preprocess_taxonomy_term(&$variables)

Implements hook_preprocess_taxonomy_term().

File

core/modules/entityreference/entityreference.module, line 1614
Entityreference primary module file.

Code

function entityreference_preprocess_taxonomy_term(&$variables) {
  _entityreference_preprocess_set_title_display($variables);
}