function SimplenewsSourceInterface::getHeaders in Simplenews 7.2
Same name and namespace in other branches
- 7 includes/simplenews.source.inc \SimplenewsSourceInterface::getHeaders()
Returns the mail headers.
Parameters
$headers: The default mail headers.
Return value
Mail headers as an array.
2 methods override SimplenewsSourceInterface::getHeaders()
- SimplenewsSourceEntity::getHeaders in includes/
simplenews.source.inc - Implements SimplenewsSourceInterface::getHeaders().
- SimplenewsSourceTest::getHeaders in includes/
simplenews.source.inc - Returns the mail headers.
File
- includes/
simplenews.source.inc, line 24 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceInterface
- The source used to build a newsletter mail.
Code
function getHeaders(array $headers);