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