You are here

public static function EntityCacheNodeQueryAlter::getInfo in Entity cache 7

Overrides NodeQueryAlter::getInfo

File

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

Class

EntityCacheNodeQueryAlter
Copy of NodeQueryAlter.

Code

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