public static function EntityEmbedFilterTest::getInfo in Entity Embed 7.2
Same name and namespace in other branches
- 7.3 entity_embed.test \EntityEmbedFilterTest::getInfo()
- 7 entity_embed.test \EntityEmbedFilterTest::getInfo()
File
- ./
entity_embed.test, line 69 - Test integration for the entity_embed module.
Class
- EntityEmbedFilterTest
- Tests the entity_embed filter.
Code
public static function getInfo() {
return array(
'name' => 'Entity Embed filter test',
'description' => 'Tests the Entity Embed filter.',
'group' => 'Entity Embed',
);
}