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