You are here

function SimplenewsSourceNode::setKey in Simplenews 7

Set the mail key.

File

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

Class

SimplenewsSourceNode
Simplenews source implementation based on nodes for a single subscriber.

Code

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