1 entityreference.module | entityreference_preprocess_taxonomy_term(&$variables) |
Implements hook_preprocess_taxonomy_term().
File
- core/
modules/ entityreference/ entityreference.module, line 1616 - Entityreference primary module file.
Code
function entityreference_preprocess_taxonomy_term(&$variables) {
_entityreference_preprocess_set_title_display($variables);
}