You are here

public static function EntityCacheNodeBuildContent::getInfo in Entity cache 7

Overrides NodeBuildContent::getInfo

File

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

Class

EntityCacheNodeBuildContent
Copy of NodeBuildContent.

Code

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