You are here

public static function EntityCacheCommentContentRebuild::getInfo in Entity cache 7

Overrides CommentContentRebuild::getInfo

File

./entitycache.test, line 130
Entity Cache module tests.

Class

EntityCacheCommentContentRebuild
Copy of CommentContentRebuild.

Code

public static function getInfo() {
  return array(
    'name' => 'Copy of CommentContentRebuild',
    'description' => 'Copy of CommentContentRebuild',
    'group' => 'Entity cache',
  );
}