You are here

function SimplenewsSourceCacheInterface::__construct in Simplenews 7.2

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

Create a new instance, allows to initialize based on the used source.

1 method overrides SimplenewsSourceCacheInterface::__construct()
SimplenewsSourceCacheStatic::__construct in includes/simplenews.source.inc
Implements SimplenewsSourceCacheInterface::__construct().

File

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

Class

SimplenewsSourceCacheInterface
Interface for a simplenews source cache implementation.

Code

function __construct(SimplenewsSourceEntityInterface $source);