public function SimplenewsSourceTest::getFromFormatted in Simplenews 7.2
Same name and namespace in other branches
- 7 includes/simplenews.source.inc \SimplenewsSourceTest::getFromFormatted()
Returns the formatted from mail address.
Overrides SimplenewsSourceInterface::getFromFormatted
File
- includes/
simplenews.source.inc, line 1060 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceTest
- Example source implementation used for tests.
Code
public function getFromFormatted() {
return 'Test <test@example.org>';
}