You are here

public function SimplenewsSourceTest::getLanguage in Simplenews 7

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

The language that should be used for this newsletter mail.

Overrides SimplenewsSourceInterface::getLanguage

File

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

Class

SimplenewsSourceTest
Example source implementation used for tests.

Code

public function getLanguage() {
  return 'en';
}