1 entity_test.module | entity_test_autoload_info() |
Implements hook_autoload_info().
File
- core/
modules/ entity/ tests/ entity_test/ entity_test.module, line 29 - Test module for the entity API providing an entity type for testing.
Code
function entity_test_autoload_info() {
return array(
'TestEntity' => 'entity_test.entity.inc',
);
}