function title_test_entity_load in Title 7
Implements hook_entity_load().
File
- tests/
title_test.module, line 121 - Testing functionality for Title module.
Code
function title_test_entity_load($entities, $type) {
if ($type == 'test_entity') {
title_test_phase_check('entity_load', current($entities));
}
}