public static function FileFieldFormatterTest::getInfo in Entity Embed 7.3
File
- ./
entity_embed.test, line 615 - Test integration for the entity_embed module.
Class
- FileFieldFormatterTest
- Tests the file field formatter provided by entity_embed.
Code
public static function getInfo() {
return array(
'name' => 'Entity Embed file field formatter test',
'description' => 'Tests the file field formatter provided by entity_embed.',
'group' => 'Entity Embed',
);
}