You are here

public function SimplenewsSourceTest::getFromFormatted in Simplenews 7

Same name and namespace in other branches
  1. 7.2 includes/simplenews.source.inc \SimplenewsSourceTest::getFromFormatted()

Returns the formatted from mail address.

Overrides SimplenewsSourceInterface::getFromFormatted

File

includes/simplenews.source.inc, line 997
Contains SimplenewsSource interface and implementations.

Class

SimplenewsSourceTest
Example source implementation used for tests.

Code

public function getFromFormatted() {
  return 'Test <test@example.org>';
}