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