public static function FeedsMapperFormatConfig::getInfo in Feeds 7.2
File
- tests/
feeds_mapper_format_config.test, line 16 - Contains FeedsMapperFormatConfig.
Class
- FeedsMapperFormatConfig
- Class for testing "Text format" mapping configuration on text fields.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Text format mapping configuration',
'description' => 'Test text format mapping configuration for text fields.',
'group' => 'Feeds',
);
}