function SimplenewsSourceInterface::getAttachments in Simplenews 7.2
Same name and namespace in other branches
- 7 includes/simplenews.source.inc \SimplenewsSourceInterface::getAttachments()
Returns an array of attachments for this newsletter mail.
Return value
An array of managed file objects with properties uri, filemime and so on.
2 methods override SimplenewsSourceInterface::getAttachments()
- SimplenewsSourceEntity::getAttachments in includes/
simplenews.source.inc - Implements SimplenewsSourceInterface::getAttachments().
- SimplenewsSourceTest::getAttachments in includes/
simplenews.source.inc - Returns an array of attachments for this newsletter mail.
File
- includes/
simplenews.source.inc, line 82 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceInterface
- The source used to build a newsletter mail.
Code
function getAttachments();