You are here

function title_test_field_attach_load in Title 7

Implements hook_field_attach_load().

File

tests/title_test.module, line 112
Testing functionality for Title module.

Code

function title_test_field_attach_load($entity_type, $entities, $age, $options) {
  if ($entity_type == 'test_entity') {
    title_test_phase_check('field_attach_load', current($entities));
  }
}