function EntityCrudHookTestCase::getInfo
File
-
modules/
simpletest/ tests/ entity_crud_hook_test.test, line 23
Class
- EntityCrudHookTestCase
- Tests invocation of hooks when performing an action.
Code
public static function getInfo() {
return array(
'name' => 'Entity CRUD hooks',
'description' => 'Tests the invocation of hooks when inserting, loading, updating or deleting an entity.',
'group' => 'Entity API',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.