You are here

function SimplenewsSourceInterface::getSubject in Simplenews 7.2

Same name and namespace in other branches
  1. 7 includes/simplenews.source.inc \SimplenewsSourceInterface::getSubject()

Returns the mail subject.

2 methods override SimplenewsSourceInterface::getSubject()
SimplenewsSourceEntity::getSubject in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getSubject().
SimplenewsSourceTest::getSubject in includes/simplenews.source.inc
Returns the mail subject.

File

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

Class

SimplenewsSourceInterface
The source used to build a newsletter mail.

Code

function getSubject();