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