You are here

function SimplenewsSourceEntity::setKey in Simplenews 7.2

Set the mail key.

File

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

Class

SimplenewsSourceEntity
Default source class for entities.

Code

function setKey($key) {
  $this->key = $key;
}