public static function EntityCacheCommentHelperCase::getInfo in Entity cache 7
File
- ./
entitycache.test, line 176 - Entity Cache module tests.
Class
- EntityCacheCommentHelperCase
- Copy of CommentHelperCase.
Code
public static function getInfo() {
return array(
'name' => 'Copy of CommentHelperCase',
'description' => 'Copy of CommentHelperCase',
'group' => 'Entity cache',
);
}