function entity_cache_test_dependency_entity_info
Implements hook_entity_info().
File
-
modules/
simpletest/ tests/ entity_cache_test_dependency.module, line 11
Code
function entity_cache_test_dependency_entity_info() {
return array(
'entity_cache_test' => array(
'label' => variable_get('entity_cache_test_label', 'Entity Cache Test'),
),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.