public static function FieldFormatterTest::getInfo in No Non-breaking Space Filter 7
File
- ./
no_nbsp.test, line 213 - Tests for the no_nbsp.module.
Class
- FieldFormatterTest
- The no non-breaking space filter acts as a field formatter.
Code
public static function getInfo() {
return array(
'name' => 'Field formatter',
'description' => 'The no non-breaking space filter acts as a field formatter.',
'group' => 'No Non-breaking Space Filter',
);
}